-
Notifications
You must be signed in to change notification settings - Fork 0
/
credits.html
24 lines (24 loc) · 880 Bytes
/
credits.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
<!DOCTYPE html>
<html>
<head>
<title>Boogey's Credits</title>
<link rel="stylesheet" href="credits.css">
<script src="credits.js"></script>
</head>
<body id="background">
<header>
<nav>
<ul>
<li><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">Home</a></li>
</ul>
</nav>
</header>
<h1 class="credits-h1">Credits</h1>
<h2 class="credits-h2">Too lazy to make this look okay</h2>
<h3 class="credits-h3">credits for no reason: 疯子鸭 (Fenzi)</h3>
<h3 class="credits-h3">credits for some reason: VRUM VRUM CAR (IAMACAR) backwords "live" github (evil github)</h3>
<h3 class="credits-h3">The entire website html, css, js: BoogeyMan</h3>
<footer>
</footer>
</body>
</html>