-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
57 lines (55 loc) · 1.36 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
<!DOCTYPE html>
<html>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-XXGG6SJL6H"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-XXGG6SJL6H");
</script>
<link rel="icon" type="image/x-icon" href="/img/newlogo.png" />
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shorcut icon" type="x-icon" href="/img/404.gif" />
<title>404 | lbannana</title>
<style>
/* NOT MY CSS */
body {
font-family: arial;
color: #fff;
background-color: #575051;
background-image: url(/img/404.gif);
background-size: cover;
}
a {
color: #fff;
padding-bottom: 10px;
}
* {
margin: auto;
text-align: center;
}
#reason {
padding-top: 20%;
padding-bottom: 20px;
}
h1 {
font-size: 120px;
}
</style>
</head>
<body>
<h1 id="reason">404</h1>
<h2>
This page doesn't exist. open the issue template on my <a href="https://github.com/lbannana/lbannana.github.io">Github</a><br /> if you think otherwise
</h2>
<br />
<a href="/index.html">Main Page</a>
</body>
</html>