-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
29 lines (29 loc) · 1.6 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
<!-- 404 -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Noooo D:</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./res/images/favicon/errored.ico" type="image/x-icon">
<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=Syne:wght@400;600;700&family=Kanit:wght@200;300;400;500;700&family=Share+Tech+Mono&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="./res/styles.css">
</head>
<body style="overflow:hidden;">
<div class="container-fluid">
<div class="row section-dark" style="height: 15vh">
</div>
<div class="row section-light">
<p class="fw-bold text-center p-0" style="font-size: 6vmin; margin-bottom: -20vmin;">Whoops...</p>
<p class="fw-bold text-center p-0" style="font-size: 40vmin;">404</p>
<p class="fw-bold text-center p-0 m-0" style="font-size: 3vmin;">I swear I saw the page you're looking for... it just ran away!</p>
</div>
<div class="row section-dark" style="height: 100vh">
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>