-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
40 lines (38 loc) · 1.97 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
---
permalink: /404
title: 404 :(
excerpt: The Page You Are Looking For Not Available :(
---
<link rel="apple-touch-icon" href="{{ site.favicon }}">
<link rel="icon" href="{{ site.favicon }}" type="image/x-icon" sizes="32x32">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Do+Hyeon:wght@400;600&family=Inter:wght@400;500&display=swap" />
<title>404 :( | The Page You Are Looking For Not Available :(</title>
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
.basic-color {color: #ffffff;}
h1 {
margin: 30px 0;
font-size: 200px;
line-height: 1;
letter-spacing: -1px;
}
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Inter:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton:wght@400;600&family=Inter:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Secular+One:wght@400;600&family=Inter:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Monotone:wght@400;600&family=Inter:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo:wght@400;600&family=Inter:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allerta+Stencil:wght@400;600&family=Inter:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Do+Hyeon:wght@400;600&family=Inter:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira+Stencil+One:wght@400;600&family=Inter:wght@400;500&display=swap");
</style>
<body style="background-color: #091b2e; font-family: 'Do Hyeon', sans-serif;">
<div align="center" style="margin-top: 250px;">
<h1 class="basic-color">404 :(</h1>
<p class="basic-color" style="font-size: 50px;"><strong>Page Not Found</strong></p>
<p class="basic-color" style="font-size: 20px;">The requested page could not be found.</p>
</div>
</body>