blob: a271e62f0d27d0854dcc8ff997f9c129b24ca734 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>s1nical - 404</title>
<link rel="stylesheet" href="/404/css/main.css">
<!-- Why am I so dumb, I just found why the css wasn't working on the 404 with a trailing slash on Stack Overflow, lol, then I
went through, through ALL of the files checking if I had any more "./" instead of absolute path and turns out this is the only file I didn't go through...-->
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
</head>
<body>
<div class="text">
<h1>404</h1>
<h2>Uh, Ohh</h2>
<h3>Sorry we cant find what you are looking for 'cos its so dark in here</h3>
</div>
<div class="torch"></div>
<script src="/404/js/main.js"></script>
</body>
</html>
|