-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
23 lines (23 loc) · 1.07 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
<!-- ---
permalink: /404.html
--- -->
<html style="background-color: black;">
<head>
<link rel="shortcut icon" type="image/jpg" href="https://i.ibb.co/SBX2vY1/inkthoughtinvis.png"/>
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Questrial">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-180257998-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-180257998-1');
</script>
</head>
<html>
<body id="fourofour">
<h1 style="color: lightgreen; text-align: center; position: absolute; top: 50%; bottom: 50%; width: 100%; font-family: Questrial">looks like you're lost. <a href="../" alt="home">click here to go back...</a></h1>
</body>
</html>