-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
36 lines (32 loc) · 1005 Bytes
/
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
<html>
<head>
<title> Making Games </title>
<link rel="icon" href="images/favicon.ico">
<link rel="stylesheet" href="index.css">
<link href="https://fonts.googleapis.com/css2?family=Grandstander&family=Lato&display=swap" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-42906606-12"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-42906606-12');
</script>
</head>
<body>
<header>
<h1> <a href='/'> Making Games </a> </h1>
</header>
<section>
<div class="big">404</div>
<div class="big">Oops...</div> <a href='/'>Back Home</a>
</section>
<footer>
| <a href="/about">About</a>
| <a href='/'>Stories</a>
| <a href='/jsgames'>Play Made Games</a>
|
<br><br> Generated with <a href="https://github.com/eguneys/jener">Jener</a>
</footer>
</body>
</html>