blob: 78e59d7cb592f9e705a1e2061c3c727ddb19a72b (
plain)
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
|
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Da Biker's Head Admin">
<base href=".">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/chung.css">
<link rel="icon" type="image/x-icon" href="images/sketty.jpeg">
<title>Da Bikers</title>
</head>
<body>
<div id="top-bar">
<header>
<nav>
<h1><a href="index.html">Da Bikers</a></h1>
</nav>
</header>
</div>
<div id="content">
<h1>We do a little trolling it's called we do a little trolling</h1>
<p>wtf do I put here lol</p>
<img id="chung" src="images/chungoid.jpg" alt="the chungoid in action" style="width:50%; height: 200px">
<p>Go download the <a href="https://git.dabikers.online" target="_blank">world backup</a></p>
</div>
<footer id="bottom-bar">
<nav>
<li><a href="acknowledgements.html">Acknowledgements</a></li>
</nav>
</footer>
</body>
</html>
|