-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
83 lines (55 loc) · 2.35 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<title>
404
</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="robots" content="noodp"/>
<link rel="stylesheet" href="https://citizenweb3.github.io/manuscripts/style.css">
<link rel="stylesheet" href="https://citizenweb3.github.io/manuscripts/color/blue.css">
<link rel="stylesheet" href="https://citizenweb3.github.io/manuscripts/font-hack-subset.css">
<script defer data-domain="citizenweb3.github.io/manuscripts" src="https://plausible.io/js/script.js"></script>
</head>
<body class="">
<div class="container">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="https://citizenweb3.github.io/manuscripts" style="text-decoration: none;">
<div class="logo">
Citizen Web3
</div>
</a>
</div>
</div>
<nav class="menu">
<ul class="menu__inner">
<li><a href="https://citizenweb3.github.io/manuscripts">blog</a></li>
<li><a href="https://citizenweb3.github.io/manuscripts/tags">tags</a></li>
<li><a href="https://citizenweb3.github.io/manuscripts/archive">archive</a></li>
<li><a href="https://citizenweb3.github.io/manuscripts/about">about us</a></li>
<li><a href="https://citizenweb3.github.io/manuscripts/community">our community</a></li>
<li><a href="https://github.com/citizenweb3" target="_blank" rel="noopener noreferrer">github</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="post">
<h1 class="post-title">Lost?</h1>
<p>This page does not exist.</p>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span>©
2024
Powered by <a href="https://www.citizenweb3.com/">Citizen Web3</a></span>
</div>
</div>
</footer>
</div>
</body>
</html>