-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path404.html
16 lines (16 loc) · 858 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="author" content="Derek Andersen">
<meta name="description" content="Website for the Banjo-Kazooie speedrunning community. A central hub for all things Banjo-Kazooie speedrun related. A compendium of documented tricks, tutorials, glitches, routes, and resources.">
<link rel="stylesheet" type="text/css" href="/styles.css">
<link rel="icon" type="image/png" href="/assets/images/icon.png">
<title>404 | Banjo Speedruns</title>
</head>
<body class="home">
<p class="comicrazy" style="font-size:3.5em;text-align:center;color:white;">Error 404</p>
<p style="text-align:center;"><img src="/assets/images/BonkTime.png"></p>
<p class="comicrazy" style="font-size:3.5em;text-align:center;color:white;">Page not found</p>
</body>
</html>