blob: da86f29a089b025315e64928744baf032d23cc11 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
<!DOCTYPE html>
<body 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>
<!-- External Links -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/0.3.1/trianglify.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<!-- CSS Links -->
<!-- Why am I so dumb, I just found out why the css wasn't working on the 404 with a trailing slash on Stack Overflow, lol, then I
went 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...-->
<link rel="stylesheet" href="/404/m/css/main.css">
<link rel="stylesheet" href="/about/css/navigation-bar.css">
<link rel="stylesheet" href="/about/css/loader-animation.css">
<link rel="stylesheet" href="/about/css/blog-slider.css">
<link rel="stylesheet" href="/404/css/main.css">
<!-- Invisible Links -->
<script src="/js/loader-animation.js"></script>
<script src="/404/js/redirect-to-desktop.js"></script>
</head>
<body>
<!-- Visable Links -->
<script src="/js/background-sparkles.js"></script>
<div class="bio">
<div class="links">
<div class="blog-slider">
<div class="content" style="text-align: center;">
<h1>404</h1>
<h2>Page not found</h2>
<h1><!-- Filler --></h1>
<a href="/">Back home</a>
<h1><!-- Filler --></h1>
</div>
</div>
</div>
</div>
<!-- Loading Animation -->
<div class="loader-wrapper">
<div class="loader">
<row>
<span></span>
<span></span>
<span></span>
</row>
<row>
<span></span>
<span></span>
<span></span>
</row>
<row>
<span></span>
<span></span>
<span></span>
</row>
</div>
</div>
</body>
</body>
|