summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authordabikers' admin <dabikers@protonmail.com>2023-12-29 23:35:15 -0600
committerdabikers' admin <dabikers@protonmail.com>2023-12-29 23:35:15 -0600
commitf43e0e78a8d4e2eaa6779762d662810833fbd424 (patch)
treea864dcc86cae941eefb07c8e384960f9b8951436 /index.html
parentc8164e33939db7910318c05bccb26ad55ed3e21d (diff)
Make the site look a little nicer
Diffstat (limited to 'index.html')
-rw-r--r--index.html36
1 files changed, 23 insertions, 13 deletions
diff --git a/index.html b/index.html
index 78e59d7..6de4ccb 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
3 <head> 3 <head>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <meta name="author" content="Da Biker's Head Admin"> 6 <meta name="author" content="Da Bikers' Head Admin">
7 7
8 8
9 <base href="."> 9 <base href=".">
@@ -14,23 +14,33 @@
14 <title>Da Bikers</title> 14 <title>Da Bikers</title>
15 </head> 15 </head>
16 <body> 16 <body>
17 <div id="top-bar"> 17 <header>
18 <header> 18 <nav>
19 <nav> 19 <div id="top-bar">
20 <h1><a href="index.html">Da Bikers</a></h1> 20 <div><h1><a href="index.html">Da Bikers</a></h1></div>
21 </nav> 21 <div id="links">
22 </header> 22 <ul>
23 </div> 23 <li><a href="nopiracy.html">Preventing Piracy</a></li>
24 </ul>
25 </div>
26 </div>
27 </nav>
28 </header>
29
24 <div id="content"> 30 <div id="content">
25 <h1>We do a little trolling it's called we do a little trolling</h1> 31 <h1>We do a little trolling it's called we do a little trolling</h1>
26 <p>wtf do I put here lol</p> 32 <p>wtf do I put here lol</p>
27 <img id="chung" src="images/chungoid.jpg" alt="the chungoid in action" style="width:50%; height: 200px"> 33 <img id="chung" src="images/chungoid.jpg" alt="the chungoid in action" style="width:50%; height: 200px">
28 <p>Go download the <a href="https://git.dabikers.online" target="_blank">world backup</a></p> 34 <p>Go download the <a href="https://git.dabikers.online" target="_blank">world backup</a></p>
29 </div> 35 </div>
30 <footer id="bottom-bar"> 36
31 <nav> 37 <div id="bottom-bar">
32 <li><a href="acknowledgements.html">Acknowledgements</a></li> 38 <footer>
33 </nav> 39 <nav id="bottom-flex">
34 </footer> 40 <li><a href="acknowledgements.html">Acknowledgements</a></li>
41 </nav>
42 <p id="copyrightnotice">Copyright © 2023-2024 Dabikers.online, All rights reserved.</p>
43 </footer>
44 </div>
35 </body> 45 </body>
36</html> 46</html>