summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorlolmao <lolmao@noreply.gov>2023-10-27 10:33:42 -0500
committerlolmao <lolmao@noreply.gov>2023-10-27 10:33:42 -0500
commitacd03d7a66fa2b14e125f5660274aafb355c92c2 (patch)
tree6a6f6c0084435c9d2b98e2bec32c59a8c45f8a62 /index.html
parent6098068cbc8148f40f898b3974f3cc2bf20c69fa (diff)
Create acknowledgements.html
Diffstat (limited to 'index.html')
-rw-r--r--index.html16
1 files changed, 12 insertions, 4 deletions
diff --git a/index.html b/index.html
index a914b5e..4e85a41 100644
--- a/index.html
+++ b/index.html
@@ -3,6 +3,8 @@
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">
7
6 8
7 <base href="."> 9 <base href=".">
8 <link rel="stylesheet" href="./index.css"> 10 <link rel="stylesheet" href="./index.css">
@@ -11,13 +13,19 @@
11 <title>Da Bikers</title> 13 <title>Da Bikers</title>
12 </head> 14 </head>
13 <body> 15 <body>
14 <div id="header"> 16 <header id="top-bar">
15 <nav> 17 <nav>
16 <h1>Da Bikers</h1> 18 <a href="index.html"><h1>Da Bikers</h1></a>
17 </nav> 19 </nav>
18 </div> 20 </header>
19 21
20 <h1>We do a little trolling it's called we do a little trolling</h1> 22 <h1>We do a little trolling it's called we do a little trolling</h1>
21 <p>why tf my css rules not updating bro</p> 23 <p>wtf do I put here lol</p>
24
25 <footer>
26 <nav>
27 <li><a href="acknowledgements.html">Acknowledgements</a></li>
28 </nav>
29 </footer>
22 </body> 30 </body>
23</html> 31</html>