-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
35 lines (30 loc) · 876 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
31
32
33
34
35
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<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=Open+Sans&display=swap" rel="stylesheet">
<title>404 Not Found</title>
<link rel="stylesheet" href="/resource/styles.css">
<style>
:root {
justify-content: center;
text-align: center;
font-family: 'Open Sans', sans-serif;
}
h1 {
font-size: 10vw;
}
</style>
</head>
<body>
<h1>404</h1>
<h2>Not Found</h2>
<p><strong>It seems that you have landed in an empty page.</strong>
<br>
Don't worry, either something would be added later in the future, or you made a typo in the URL.
</p>
<br>
<p><a href="https://headquarter8302.github.io">Main Page</a></p>
</body>
</html>