blob: 27b524bd82c4851ad756a1361fa3ca802687eeb1 (
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
37
38
39
40
41
42
43
44
45
46
|
<!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 Bikers' 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>
<header>
<nav>
<div id="top-bar">
<div><h1><a href="index.html">Da Bikers</a></h1></div>
<div id="links">
<ul>
<li><a href="nopiracy.html">Preventing Piracy</a></li>
</ul>
</div>
</div>
</nav>
</header>
<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">
<p>Go download the <a href="https://git.dabikers.online" target="_blank">world backup</a></p>
</div>
<div id="bottom-bar">
<footer>
<nav id="bottom-flex">
<li><a href="acknowledgements.html">Acknowledgements</a></li>
</nav>
<p id="copyrightnotice">Copyright © 2023-2024 Dabikers.online, All rights reserved.</p>
</footer>
</div>
</body>
</html>
|