-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
42 lines (37 loc) · 1.41 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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="darkreader-lock">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404: Not found</title>
<link rel="icon" type="image/x-icon" href="https://azakidev.github.io/images/favicon.ico">
<link href="https://azakidev.github.io/styles/404.css" rel="stylesheet">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Nunito+Sans&family=Nunito:[email protected]&display=swap"
type="text/css">
</head>
<body>
<div class="navcont">
<nav>
<div class="left">
<img src="https://azakidev.github.io/images/Logo.png" alt="FatDawlf's logo" id="logo">
<h1>FatDawlf</h1>
</div>
<div class="right">
<a href="https://azakidev.github.io/">Contact</a>
<a id="prices" href="https://azakidev.github.io/commissions/">Prices</a>
</div>
</nav>
</div>
<div class="dot-grid"></div>
<div class="content">
<div class="card">
<h1>404: Not found</h1>
<p>It seems you have found yourself somewhere unexpected.</p>
<p>No worries, you can go back.</p>
<p>Here's a dawlf for your worries.</p>
</div>
<img src="https://azakidev.github.io/images/404.png" alt="Nathaki shrugging at you">
</div>
</body>
</html>