summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authordabikers' admin <dabikers@protonmail.com>2025-08-25 16:37:53 -0500
committerdabikers' admin <dabikers@protonmail.com>2025-08-25 16:37:53 -0500
commit4f67ec7488d24e299826be254d16a6634cf56df5 (patch)
tree1c2836fe05b2d8a507d9ce6ef4ce2cba7f532420 /index.html
parentdab5277680a4bc726f08ed4505aff89ff7f315c9 (diff)
Realize how much of a mess the site isHEADmaster
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 28a1185..9df0147 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,7 @@
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 Bikers' Head Admin"> 6 <meta name="author" content="Da Bikers' Head Admin">
7 <meta name="description" content="Da Bikers' Homepage">
7 8
8 <link rel="icon" type="image/x-icon" href="images/sketty.jpeg"> 9 <link rel="icon" type="image/x-icon" href="images/sketty.jpeg">
9 <link rel="stylesheet" href="css/base.css"> 10 <link rel="stylesheet" href="css/base.css">
@@ -14,7 +15,7 @@
14 <body> 15 <body>
15 <div class="vertcontain"> 16 <div class="vertcontain">
16 <div id="top-bar"> 17 <div id="top-bar">
17 <div class="blockedout" > 18 <div class="blockedout">
18 <div id="name" class="side-by-side"> 19 <div id="name" class="side-by-side">
19 <a href="index.html"><h1>Da&NonBreakingSpace;Bikers</h1></a> 20 <a href="index.html"><h1>Da&NonBreakingSpace;Bikers</h1></a>
20 21
@@ -67,3 +68,5 @@
67 </div> 68 </div>
68 </body> 69 </body>
69</html> 70</html>
71
72<!-- This is a mess. I'll need to rewrite practically the whole thing to make it nice --> \ No newline at end of file