-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
57 lines (48 loc) · 3.57 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
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="/">
<!-- HTML HEADERS -->
<link rel="icon" type="image/png" sizes="16x16" href="/src/img/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/src/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="180x180" href="/src/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="/src/img/android-chrome-192x192.png">
<title>Khaki Alien | 404</title>
<!-- REMOTE SCRIPTS AND STYLESHEETS -->
<!-- [email protected] -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
<!-- [email protected] -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"/>
<!-- [email protected] -->
<script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
<!-- LOCAL SCRIPTS AND STYLESHEETS -->
<!-- Color Scheme -->
<link rel="stylesheet" href="/src/css/color-scheme.css">
<!-- Other Local CSS -->
<link rel="stylesheet" href="/src/css/bootstrap-extension.css">
<link rel="stylesheet" href="/src/css/main.css">
<link rel="stylesheet" href="/src/css/special.css">
</head>
<body>
<div class="john-travolta-bg img-overlay"></div>
<div class="d-flex flex-column align-items-center justify-content-center text-white h-100-vh">
<div class="w-max-700 mx-auto rounded p-5 spc-frost-glass shadow">
<div class="f-silkscreen fs-1 text-start mb-4">
<svg fill="currentcolor" height="2.5rem" width="2.5rem" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" xml:space="preserve"><path d="M28.8,10.2C27.9,4.5,23,1,16,1S4.1,4.5,3.2,10.2C2.5,15,3.6,20,6.4,23.9c1.4,2,3.1,3.6,5.1,4.8c1.4,0.9,3,1.3,4.5,1.3 s3.1-0.4,4.5-1.3c2-1.2,3.7-2.9,5.1-4.8C28.4,20,29.5,15,28.8,10.2z M13.8,21.6c-0.5,0.5-1.1,0.7-1.7,0.7c-1.2,0-2.5-0.6-3.7-1.8 c-0.8-0.8-1.4-1.8-1.7-2.7c-0.3-1.1-0.1-2.1,0.5-2.8c1.2-1.2,3.6-0.7,5.4,1.2C14.5,18,15,20.4,13.8,21.6z M25.3,17.8 c-0.3,0.9-0.9,1.9-1.7,2.7c-1.2,1.2-2.6,1.8-3.7,1.8c-0.7,0-1.3-0.2-1.7-0.7c-0.6-0.6-0.8-1.6-0.5-2.8c0.3-0.9,0.9-1.9,1.7-2.7 c1.9-1.9,4.2-2.4,5.4-1.2C25.5,15.6,25.6,16.7,25.3,17.8z"></path></svg>
Area 51
</div>
<p class="f-montserrat text-justify">This is a 404 page and you're not supposed to be here! Return immediately before the government finds out that you got here!</p>
<em class="d-block f-montserrat text-justify small mb-5">There's definitely no secret alien technology buried here</em>
<a type="button" class="btn btn-lg btn-outline-light btn-outline-hover-slide rounded-pill f-silkscreen mt-5" href="https://khakien.gq">
<i class="bi-arrow-left"></i>
BACK TO HOME
</a>
</div>
</div>
<script src="/src/js/404.js"></script>
</body>
</html>