-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
44 lines (41 loc) · 1.41 KB
/
Copy path404.html
File metadata and controls
44 lines (41 loc) · 1.41 KB
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
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 — Abhishek Sharma</title>
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<meta name="robots" content="noindex">
<script>try{document.documentElement.setAttribute('data-theme',localStorage.getItem('abhi-theme')||(matchMedia('(prefers-color-scheme: dark)').matches?'dark':'light'))}catch(e){}</script>
<link rel="stylesheet" href="/css/fonts.css">
<link rel="stylesheet" href="/css/tokens.css">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<header class="bar">
<div class="wrap">
<a class="brand" href="/"><b>ABHI</b></a>
</div>
</header>
<main>
<section class="hero">
<div class="wrap">
<div class="term-card">
<div class="term-head">
<span class="lights"><i></i><i></i><i></i></span>
<span class="ttl">abhi@swindon: ~ %</span>
</div>
<div class="term-body">
<div class="kicker"><span class="pill">404</span> no such file or directory</div>
<h1 class="headline">This page doesn't <em>exist.</em></h1>
<p class="sub">The link is broken, moved, or never was.</p>
<div class="cta-row">
<a class="btn primary" href="/">← Back to the homepage</a>
</div>
</div>
</div>
</div>
</section>
</main>
</body>
</html>