-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
75 lines (67 loc) · 2.77 KB
/
404.html
File metadata and controls
75 lines (67 loc) · 2.77 KB
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
71
72
73
74
75
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="initial-scale=1.0" />
<title>Skifli | 404</title>
<link rel="icon" type="image/png" href="https://avatars.githubusercontent.com/u/121291719" />
<link href="assets/css/global.css" rel="stylesheet" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<script src="assets/js/global.js" type="module"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
<script defer src="https://cloud.umami.is/script.js"
data-website-id="cc78779a-0731-4122-a445-358285f1e3fc"></script>
</head>
<body data-homeurl="./">
<noscript>
<div id="js-required" class="island middle" style="width: 300px">
<div class="toolbar">
<div class="title">
<span class="material-symbols-outlined">
error
</span>
<p>Error</p>
</div>
<div class="action-buttons">
<div class="icon close">
<img alt="Close" />
</div>
</div>
</div>
<div class="body">
<div class="contents">
<p>This website requires JavaScript to be enabled.</p>
</div>
</div>
</div>
</noscript>
<div class="island page-content blog-window" style="width: 500px; display: none;" data-page="">
<div class="toolbar">
<div class="title">
<span class="material-symbols-outlined">
error
</span>
<p>404 Error</p>
</div>
<div class="action-buttons">
<div class="icon close">
<img alt="Close" />
</div>
</div>
</div>
<div class="body">
<div class="contents">
<p>
You seem to be lost. Either the link you are trying to find doesn't exist, or the page switching
mechanism has bugged out. To check this, please look at the page URL. If it is something weird, such
as <i><b>blog/blog/index.html</b></i>, please raise an issue on this website's <a
href="https://github.com/skifli/skifli.github.io/issues" target="_blank">issue page</a>.
</p>
<p>Either way, you may want to return to the <b>home</b> page to see if you can find what you are
looking for.</p>
</div>
</div>
</div>
</body>
</html>