-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
176 lines (105 loc) · 3.73 KB
/
404.html
File metadata and controls
176 lines (105 loc) · 3.73 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<title>
404 Page not found ::
zonduu
</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content=""
/>
<meta
name="keywords"
content=""
/>
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://zonduu.me/404.html" />
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="https://zonduu.me/style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://zonduu.me/img/apple-touch-icon-144-precomposed.png" />
<link rel="shortcut icon" href="https://zonduu.me/alien.png" />
<link href="/fonts/Inter-Italic.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
<link href="/fonts/Inter-Regular.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
<link href="/fonts/Inter-Medium.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
<link href="/fonts/Inter-MediumItalic.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
<link href="/fonts/Inter-Bold.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
<link href="/fonts/Inter-BoldItalic.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="404 Page not found">
<meta name="twitter:description" content="Bug Bounty Hunter - Web Security Researcher">
<meta property="og:url" content="https://zonduu.me/404.html">
<meta property="og:site_name" content="zonduu">
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content="Bug Bounty Hunter - Web Security Researcher">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<meta name="google-adsense-account" content="ca-pub-6629477156127628">
<link rel="stylesheet" href="/style.css">
<link rel="icon" href="/favicon.png">
</head>
<body class="dark-theme">
<div class="container">
<header class="header">
<span class="header__inner">
<a
href="/"
class="logo"
style="text-decoration: none;"
>
<span class="logo__mark"><svg xmlns="http://www.w3.org/2000/svg" class="greater-icon" viewBox="0 0 44 44">
<path fill="none" d="M15 8l14.729 14.382L15 35.367" />
</svg>
</span>
<span class="logo__text"
>root@localhost:~#</span
>
<span class="logo__cursor"></span>
</a>
<span class="header__right">
<a class="posts-link" href="/posts/">Posts</a>
<span class="separator">|</span>
<span class="theme-toggle">
<svg
class="theme-toggler"
width="24"
height="24"
viewBox="0 0 48 48"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M22 41C32.4934 41 41 32.4934 41 22C41 11.5066 32.4934 3 22
3C11.5066 3 3 11.5066 3 22C3 32.4934 11.5066 41 22 41ZM7 22C7
13.7157 13.7157 7 22 7V37C13.7157 37 7 30.2843 7 22Z"
/>
</svg>
</span>
</span>
</span>
</header>
<div class="content">
<div class="post">
<h1 class="post-title">
<a href="https://zonduu.me/404.html">404 Page not found</a>
</h1>
<div class="post-content">
<p>
Hmm… Sorry, this page seems to be missing.
</p>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>