Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
my-website/404.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
64 lines (63 sloc)
2.89 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |