-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
64 lines (63 loc) · 2.89 KB
/
404.html
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
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#" lang="en">
<head>
<title>Sad!</title>
<link rel="stylesheet" type="text/css" href="/styles/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="onion-location" content="http://clashkahznlvpwfg.onion" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
<link rel="mask-icon" href="/assets/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/assets/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/assets/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="Aadi Bajpai"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://aadibajpai.com"/>
<meta property="og:image" content="/assets/logotype_me.png"/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@clasherintherye" />
<meta name="twitter:creator" content="@clasherintherye" />
<meta name="author" content="Aadi Bajpai">
<meta name="description" content="this is my own space on the internet ✨" />
<meta property="og:description" content="this is my own space on the internet ✨" />
</head>
<body>
<header id="header" style="box-shadow: none;">
<div class="cntr">
<div class="row press">
<input type="checkbox" id="unchecked" class="cbx hidden" value="Enable Light Mode" autocomplete="off" checked>
<label for="unchecked" class="lbl"></label>
<div id="darkthemecurtain"></div>
</div>
</div>
</header>
<div id="spn" style="padding-top: 12vh; padding-left: 12vw">
<div id="me">
<h2>404 Not Found</h2>
<hr>
<p>
It seems you've stumbled upon a bad link. Perhaps these will help you.
</p>
<a href="/">Index</a><br>
<a href="/blog/">Blog Homepage</a><br>
<a href="/blog/posts/index.html">All Posts</a><br>
<!-- <!–</p>–>-->
<!-- <h3>Fun stuff✨</h3>-->
<!-- <hr>-->
<!-- <p>-->
<!-- Same. If you're super curious, go dig in to the git history or view source.-->
<!-- </p>-->
<p>
<small>...not sure why there's a dark mode toggle here.</small>
</p>
</div>
</div>
<script type="text/javascript" src="/scripts/darkMode.js"></script>
<script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script>
</body>
</html>