-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
50 lines (43 loc) · 1.15 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<link rel="icon" href="/resources/favicon.ico" type="image/x-icon" />
<title>404 - Page not found</title>
<link rel="stylesheet" href="/style.css" />
<!-- Google Analytics -->
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-XT5LM18KB9"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-XT5LM18KB9");
</script>
<style>
.margin404 {
margin-left: 8vw;
margin-right: 8vw;
margin-top: 6vh;
}
</style>
</head>
<body>
<div id="layout" class="margin404">
<div id="layout_notimportant">
<h1 class="headers">
Error 404 - Page not found
</h1>
<br>
<hr id="titlehr">
<br>
<p style="font-size: 14pt">Perhaps you were looking for <a class="increase" href="https://anic17.github.io">anic17.github.io</a>?</p>
</div>
</div>
</body>
</html>