-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path404.html
More file actions
36 lines (36 loc) · 1.32 KB
/
404.html
File metadata and controls
36 lines (36 loc) · 1.32 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
<!DOCTYPE html>
<html lang="en">
<head prefix="og:http://ogp.me/ns#">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Sky Stuff - 404</title>
<meta name="Description" content="404 Not Found">
<link rel="icon" type="image/jpeg" href="img/icon.jpg">
<link rel="icon" type="image/svg+xml" href="img/icon.svg">
<meta property="og:type" content="website">
<meta property="og:title" content="Sky Stuff">
<meta property="og:description" content="A web app for Sky:CotL">
<meta property="og:url" content="https://mcbeeringi.github.io/sky/index.html">
<meta property="og:image" content="https://mcbeeringi.github.io/sky/img/icon.png">
<!--iOS-->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="Sky Stuff">
<link rel="apple-touch-icon" href="img/icon.png">
<!--PWA-->
<link rel="manifest" href="mf.json">
<meta name="theme-color" content="#214">
</head>
<body>
<script src="https://mcbeeringi.github.io/sky/util.js"></script>
<div style="text-align:center;">
Sky Stuff
<hr>
<h1 style="font-size:500%;">404</h1>
<h2>Not Found</h2>
<hr>
<a href="/sky/" id="a">Back to Top</a>
</div>
<script>a.textContent=texts.back2top;</script>
</body>
</html>