summaryrefslogtreecommitdiff
path: root/index.html
blob: 5e770d0baeb389389d4ae8c7108fffedf3d7f885 (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
47
48
49
50
51
52
<!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>
		<div class="vertcontain">
			<div id="top-bar">
				<div><h1><a href="index.html">Da Bikers</a></h1></div>
				<div id="links">
					<nav>
						<ul>
							<li><a href="services.html">Services</a></li>
							<li><a href="nopiracy.html">Preventing Piracy</a></li>
						</ul>
					<nav>
				</div>
			</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>
				<p>Go download the <a href="https://git.dabikers.online" target="_blank">world backup</a>

			</div>

			<!-- Yup, the chungoid won't appear outside of the div it's in, assuming it is in one of course -->
			<img id="chung" src="images/chungoid.jpg" alt="the chungoid in action">

			<div id="bottom-bar">
				<footer>
					<nav id="bottom-flex" class="vertcontain">
						<ul>
							<li><a href="acknowledgments.html">Acknowledgments</a></li>
						</ul>
					</nav>
					<p id="copyrightnotice">Copyright © 2023-2024 Dabikers.online, All rights reserved.</p>
				</footer>
			</div>
		</div>
	</body>
</html>