summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authordabikers' admin <dabikers@protonmail.com>2024-01-02 00:17:06 -0600
committerdabikers' admin <dabikers@protonmail.com>2024-01-02 00:17:06 -0600
commit6e9a57a84aa868f6a79ee2e23e40efb55bed7df5 (patch)
treee1dc8861cc139e4a6ebc0df0723541423f7a8452 /index.html
parentf433fae2132020e6ebd3a9279e23d097a531d38f (diff)
Realize <nav> and <header> tags are cucking me
Diffstat (limited to 'index.html')
-rw-r--r--index.html47
1 files changed, 27 insertions, 20 deletions
diff --git a/index.html b/index.html
index 27b524b..794b791 100644
--- a/index.html
+++ b/index.html
@@ -14,33 +14,40 @@
14 <title>Da Bikers</title> 14 <title>Da Bikers</title>
15 </head> 15 </head>
16 <body> 16 <body>
17 <header> 17 <div id="vertcontain">
18 <nav> 18 <div id="top-bar">
19 <div id="top-bar"> 19 <div><h1><a href="index.html">Da Bikers</a></h1></div>
20 <div><h1><a href="index.html">Da Bikers</a></h1></div> 20 <div id="links">
21 <div id="links"> 21 <nav>
22 <ul> 22 <ul>
23 <li><a href="nopiracy.html">Preventing Piracy</a></li> 23 <li><a href="nopiracy.html">Preventing Piracy</a></li>
24 </ul> 24 </ul>
25 </div> 25 <nav>
26 </div> 26 </div>
27 </nav> 27 </div>
28 </header>
29 28
30 <div id="content"> 29 <div id="content">
31 <h1>We do a little trolling it's called we do a little trolling</h1> 30 <h1>We do a little trolling it's called we do a little trolling</h1>
32 <p>wtf do I put here lol</p> 31 <p>wtf do I put here lol</p>
32 <p>Go download the <a href="https://git.dabikers.online" target="_blank">world backup</a>
33
34 </div>
35
36 <!-- Yup, the chungoid won't appear outside of the div it's in, assuming it is in one of course -->
33 <img id="chung" src="images/chungoid.jpg" alt="the chungoid in action"> 37 <img id="chung" src="images/chungoid.jpg" alt="the chungoid in action">
34 <p>Go download the <a href="https://git.dabikers.online" target="_blank">world backup</a></p>
35 </div>
36 38
37 <div id="bottom-bar"> 39 <div id="bottom-bar">
38 <footer> 40 <footer>
39 <nav id="bottom-flex"> 41 <nav id="bottom-flex">
40 <li><a href="acknowledgements.html">Acknowledgements</a></li> 42 <ul>
41 </nav> 43 <li>
42 <p id="copyrightnotice">Copyright © 2023-2024 Dabikers.online, All rights reserved.</p> 44 <a href="acknowledgements.html">Acknowledgements</a>
43 </footer> 45 </li>
46 </ul>
47 </nav>
48 <p id="copyrightnotice">Copyright © 2023-2024 Dabikers.online, All rights reserved.</p>
49 </footer>
50 </div>
44 </div> 51 </div>
45 </body> 52 </body>
46</html> 53</html>