-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
31 lines (31 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta Content-Type="text/html" charset="utf-8" />
<meta Cache-Control="no-cache" />
<meta name="description" content="This page is the best way to navegate TacoBlayno's Website." />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="5bu3A_-M8iywGnzc-2JHsksdvFDpe5AAkDak09WdOkE" />
<title>Home Page | TacoBlayno's Website</title>
<link rel="icon" href="/favicon.svg" type="image/svg+xml" size="any" />
<link rel="stylesheet" href="https://tacoblayno.github.io/base/style.css" />
</head>
<style>
@font-face {
font-family: "finger spelling";
src: url("/type-faces/finger-spelling.svg#finger-spelling") format("svg");
}
#hfg {
font-family: "finger spelling";
}
</style>
<body>
<h1>404 Error</1>
<p id="hfg">That page does not exist! Perhaps you would like to visit the <a href="https://tacoblayno.github.io/home">Home Page</a> or one of the following pages:</p>
<ul>
<li><a href="/history/home" tabindex="1">History</a></li>
<li><a href="/minecraft/home" tabindex="1">Minecraft Activity</a></li>
</ul>
<script src="/base/elements.js"></script>
</body>
</html>