summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authordabikers' admin <dabikers@protonmail.com>2024-04-24 01:35:04 -0500
committerdabikers' admin <dabikers@protonmail.com>2024-04-24 01:35:04 -0500
commit051a5213b39720215fe35ce359c5ddd0251249dc (patch)
tree4aa05f3dbfdd8b047f3c35326f3fe98c1d397c06 /index.html
parent5d676c1011d4afdcb2dcb97c41513f37652d131e (diff)
Give the site a face lift
Diffstat (limited to 'index.html')
-rw-r--r--index.html84
1 files changed, 51 insertions, 33 deletions
diff --git a/index.html b/index.html
index 102c000..7764eaa 100644
--- a/index.html
+++ b/index.html
@@ -1,43 +1,60 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html lang="en-US"> 2<html lang="en-US">
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 Bikers' Head Admin"> 6 <meta name="author" content="Da Bikers' Head Admin">
7 7
8 8 <link rel="icon" type="image/x-icon" href="images/sketty.jpeg">
9 <base href="."> 9 <link rel="stylesheet" href="css/base.css">
10 <link rel="stylesheet" href="css/base.css"> 10 <link rel="stylesheet" href="css/chung.css">
11 <link rel="stylesheet" href="css/chung.css"> 11
12 12 <title>Da Bikers</title>
13 <link rel="icon" type="image/x-icon" href="images/sketty.jpeg"> 13 </head>
14 <title>Da Bikers</title> 14 <body>
15 </head> 15 <div class="vertcontain">
16 <body> 16 <div id="top-bar">
17 <div class="vertcontain"> 17 <div class="blockedout" >
18 <div id="top-bar"> 18 <div id="name" class="side-by-side">
19 <div><h1><a href="index.html">Da&nbsp;Bikers</a></h1></div> 19 <a href="index.html"><h1>Da&NonBreakingSpace;Bikers</h1></a>
20 <div id="links"> 20
21 <nav> 21 <div id="ddnav" class="side-by-side">
22 <ul> 22 <div id="articles" class="dropdown">
23 <li><a href="services.html">Services</a></li> 23 <input id="articlebutton" class="drophold" type="checkbox" name="menu" />
24 <li><a href="nopiracy.html">Preventing Piracy</a></li> 24 <label for="articlebutton">{Articles}</label>
25 </ul> 25
26 <nav> 26 <ul class="dropdown-content">
27 </div> 27 <li><a href="nopiracy.html">Preventing Piracy</a></li>
28 </div> 28 </ul>
29 </div>
29 30
30 <div id="content"> 31 <div class="dropdown">
31 <h1>We do a little trolling it's called we do a little trolling</h1> 32 <input id="srvbutton" class="drophold" type="checkbox" name="menu" />
33 <label for="srvbutton">{Services}</label>
34
35 <ul class="dropdown-content">
36 <li><a href="steam://run/440//+connect%20dabikers.online">Team Fortress 2</a></li>
37 <li><a href="steam://run/240//+connect%20dabikers.online:27115">CS:S DM</a></li>
38 </ul>
39 </div>
40 </div>
41
42 </div>
43 </div>
44 </div>
45
46 <div id="content">
47 <h1>We do a little trolling it's called we do a little trolling</h1>
32 <p>wtf do I put here lol</p> 48 <p>wtf do I put here lol</p>
33 <p>Go download the <a href="https://git.dabikers.online" target="_blank">world backup</a> 49 <p>Go download the <a href="https://git.dabikers.online" target="_blank">world backup</a>
34 50
35 </div> 51 </div>
36 52
37 <!-- Yup, the chungoid won't appear outside of the div it's in, assuming it is in one of course --> 53 <!-- Yup, the chungoid won't appear outside of the div it's in, assuming it is in one of course -->
38 <img id="chung" src="images/chungoid.jpg" alt="the chungoid in action"> 54 <img id="chung" src="images/chungoid.jpg" alt="the chungoid in action">
39 55
40 <div id="bottom-bar"> 56
57 <div id="bottom-bar">
41 <footer> 58 <footer>
42 <nav id="bottom-flex" class="vertcontain"> 59 <nav id="bottom-flex" class="vertcontain">
43 <ul> 60 <ul>
@@ -47,6 +64,7 @@
47 <p id="copyrightnotice">Copyright © 2023-2024 Dabikers.online, All rights reserved.</p> 64 <p id="copyrightnotice">Copyright © 2023-2024 Dabikers.online, All rights reserved.</p>
48 </footer> 65 </footer>
49 </div> 66 </div>
50 </div> 67
51 </body> 68 </div>
69 </body>
52</html> 70</html>