-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
36 lines (23 loc) · 1.05 KB
/
404.html
File metadata and controls
36 lines (23 loc) · 1.05 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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="Cache-Control" content="no-store" />
<title>404</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;700&display=swap" rel="stylesheet">
<link rel="preload" href="site/style.css" as="style">
<link rel="stylesheet" type="text/css" href="site/style.css" media="print" onload="this.media='all'">
<link rel="shortcut icon" type="image/x-icon" href="site/favicon.ico">
<script src="site/main.js" async></script>
</head>
<body>
<a href="/" class="cl">⌂ levifry/sandbox/404: ▋</a>
<div class="indent">
> <a href="/" class="cl">Nothing here</a>
</div>
<a rel="noopener noreferrer" href="https://github.com/levifry" class="lowright" target="_blank">github/levifry</a>
</body>
</html>