-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
30 lines (30 loc) · 804 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mono 404</title>
</head>
<body class="mono-all">
<aside>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="https://github.com/artalar/mono" target="_blank">Github</a>
</li>
<li>
<a href="/404.html">404</a>
</li>
</ul>
</aside>
<main>
<h1>404</h1>
<blockquote>Use this page as a template</blockquote>
</main>
<footer><a href="https://t.me/artalar" target="_blank">@artalar</a></footer>
<script type="module" src="/main.js"></script>
</body>
</html>