-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·134 lines (77 loc) · 4.06 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
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
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5" />
<meta name="description" content="404 Page Not FoundLooks like this page doesn’t exist or have been moved elsewhere. Check out the search page, maybe you can find the content you were looking for! Or go back to the homepage to see re">
<meta property="og:type" content="website">
<meta property="og:title" content="404 Page Not Found">
<meta property="og:url" content="https://hg8.sh/404.html">
<meta property="og:site_name" content="hg8's Notes — My notes about infosec world. Pentest/Bug Bounty/CTF Writeups.">
<meta property="og:description" content="404 Page Not FoundLooks like this page doesn’t exist or have been moved elsewhere. Check out the search page, maybe you can find the content you were looking for! Or go back to the homepage to see re">
<meta property="og:locale" content="en_US">
<meta property="article:published_time" content="2020-05-20T13:10:46.000Z">
<meta property="article:modified_time" content="2022-08-04T08:37:52.824Z">
<meta property="article:author" content="hg8">
<meta name="twitter:card" content="summary">
<link rel="shortcut icon" href="/images/favicon.ico">
<link rel="icon" type="image/png" href="/images/favicon-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<title>404 Page Not Found :: hg8's Notes — My notes about infosec world. Pentest/Bug Bounty/CTF Writeups.</title>
<link rel="stylesheet" href="/css/style.css">
<meta name="generator" content="Hexo 5.4.0"><link rel="alternate" href="/atom.xml" title="hg8's Notes — My notes about infosec world. Pentest/Bug Bounty/CTF Writeups." type="application/atom+xml">
</head>
<body class="max-width mx-auto px3 ltr">
<div class="content index py4">
<header id="header">
<a href="/">
<div id="logo" style="background-image: url(/images/logo.webp);"></div>
<span class="logo__mark"></span>
<span class="logo__text">./hg8.sh</span>
<span class="logo__cursor"></span>
</a>
<div id="nav">
<ul>
<li class="icon">
<a href="#"><i class="fas fa-bars fa-2x"></i></a>
</li>
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/archives/">Posts</a></li>
<li><a href="/search/">Search</a></li>
</ul>
</div>
</header>
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
<div class="content" itemprop="articleBody">
<h1 id="404-Page-Not-Found"><a href="#404-Page-Not-Found" class="headerlink" title="404 Page Not Found"></a>404 Page Not Found</h1><p>Looks like this page doesn’t exist or have been moved elsewhere. </p>
<p>Check out the <a href="/search">search page</a>, maybe you can find the content you were looking for!</p>
<p>Or go back to the <a href="/">homepage</a> to see recent posts.</p>
</div>
</article>
<footer id="footer">
<div class="footer-left">
Copyright ©
2024
<a href="https://hg8.sh">hg8.sh</a>
</div>
<div class="footer-right">
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/archives/">Archives</a></li>
<li><a href="/categories/">Category</a></li>
<li><a href="/tags/">Tags</a></li>
<li><a href="/atom.xml">RSS</a></li>
</ul>
</nav>
</div>
</footer>
</div>
<link rel="stylesheet" href="/lib/font-awesome/css/all.min.css">
<script src="/lib/jquery/jquery.min.js"></script>
<script src="/js/main.js"></script>
</body>
</html>