-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
70 lines (70 loc) · 2.45 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
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<linksandervonk.github.io
rel="shortcut icon"
href="//sandervonk.github.io/VITE/img/icon/app/icon-512x512.png"
type="image/png"
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>VITE! - 404 Not Found</title>
<link rel="stylesheet" href="/VITE/css/fonts.css" />
<link rel="stylesheet" href="/VITE/css/stars.css" />
<link rel="stylesheet" href="/VITE/404/404.css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="/VITE/404/plax.js"></script>
</head>
<body>
<div id="top-content">
<div id="bg-stars"></div>
<div id="earth-illustration">
<img id="earth-img" src="/VITE/img/earth-new.svg" alt="Earth" />
<div id="earth-clouds" src="/VITE/img/earth-clouds.svg" alt="Earth">
<div id="earth-clouds-img"></div>
</div>
</div>
<div id="mascot">
<img src="/VITE/img/mascot/mood=Have.svg" alt="mascot character" />
</div>
<div id="error-text">
<div id="number-text">404</div>
<div id="error-box-container">
<div id="error-box-extras" style="display: none"></div>
<div id="error-box">Page Not Found</div>
</div>
</div>
</div>
<div id="lower-box">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
preserveAspectRatio="none"
viewBox="0 0 1680 40"
class="position-absolute width-full z-1"
style="bottom: -1px"
>
<path d="M0 40h1680V30S1340 0 840 0 0 30 0 30z" fill="var(--secondary-bg)"></path>
</svg>
<div id="lower-content">
<div id="offline-img"></div>
<div id="action-btns">
<a href="/VITE/app/">
<img class="shortcut-icon" src="/VITE/img/icon/cm/cm-home.svg" alt="Home icon" />
<div>Home</div></a
>
<a href="/VITE/">
<img class="shortcut-icon" src="/VITE/img/icon/cm/cm-link.svg" alt="Link icon" />
<div>Login</div></a
>
<a href="/VITE/app/practice-setup.html">
<img class="shortcut-icon" src="/VITE/img/icon/cm/cm-finish.svg" alt="Practice icon" />
<div>Practice</div></a
>
</div>
</div>
</div>
</body>
<script src="/VITE/404/404.js"></script>
</html>