22 lines
645 B
HTML
22 lines
645 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<link rel="stylesheet" href="404styles.css" />
|
||
|
<title>Fuck Your Day</title>
|
||
|
<script language="JavaScript" type="text/javascript">
|
||
|
setTimeout(function () {
|
||
|
location.replace("https://fuckyour.day/");
|
||
|
}, 7000);
|
||
|
setTimeout(7000);
|
||
|
</script>
|
||
|
</head>
|
||
|
{% block body %}
|
||
|
<div class="col-md-6 align-self-center">
|
||
|
<h1>404</h1>
|
||
|
<h2>You're lost.</h2>
|
||
|
<p>One of us has made a mistake. Hang tight, let's try this again.</p>
|
||
|
</div>
|
||
|
{% endblock %}
|
||
|
</html>
|