-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
68 lines (46 loc) · 2.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<meta name="description" content="cally72jhb's projects page"/>
<meta name="theme-color" content="#F4F4F4"/>
<meta name="keywords" content="project page"/>
<meta name="author" content="cally72jhb"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="website"/>
<meta property="og:description" content="cally72jhb's projects page"/>
<meta property="og:image" content="unset"/>
<meta property="og:url" content="https://cally72jhb.github.io/website"/>
<link rel="icon" type="image/svg+xml" href=""/>
<!-- Stylesheets -->
<link rel="stylesheet" href="/website/common/style.css"/>
<!-- Scripts -->
<script type="module" src="/website/common/common.js"></script>
<script type="module" src="/website/common/favicon.js"></script>
<!-- Other -->
<title>website</title>
</head>
<body translate="no">
<!-- FAVICON & THEME BUTTON -->
<div id="favicon_data">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg>
</div>
<input id="button_dark_mode" type="checkbox" hidden> <!-- only accessed through labels to prevent jump to content when interacting -->
<!-- ERROR SECTION -->
<div id="error">error:</div>
<!-- PAGE START -->
<div id="page_start" class="container_center_x container_padded">
<div class="text">
<span class="bold_heading">404</span>
<br/>
seems like you got lost<br/>
<br/>
<a class="link" href="/website/index.html" rel="noopener noreferrer">
click here to go back to the homepage
</a>
</div>
</div>
</body>
</html>