summaryrefslogtreecommitdiff
path: root/gameservers.html
diff options
context:
space:
mode:
Diffstat (limited to 'gameservers.html')
-rw-r--r--gameservers.html71
1 files changed, 71 insertions, 0 deletions
diff --git a/gameservers.html b/gameservers.html
new file mode 100644
index 0000000..9a81a4b
--- /dev/null
+++ b/gameservers.html
@@ -0,0 +1,71 @@
1<!DOCTYPE html>
2<html lang="en-US">
3 <head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <meta name="author" content="Da Bikers' Head Admin">
7
8 <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/gameservers.css">
11
12 <title>Da Bikers</title>
13 </head>
14 <body>
15 <div class="vertcontain">
16 <div id="top-bar">
17 <div class="blockedout" >
18 <div id="name" class="side-by-side">
19 <h1><a href="index.html">Da&NonBreakingSpace;Bikers:</a> <a href="gameservers.html">Game Servers</a></h1>
20
21 <div id="ddnav" class="side-by-side">
22 <div class="dropdown forceblock">
23 <input id="articlebutton" class="drophold" type="checkbox" name="menu" />
24 <label for="articlebutton">{Articles}</label>
25
26 <ul class="dropdown-content">
27
28 <li><a href="nopiracy.html">Preventing Piracy</a></li>
29 </ul>
30 </div>
31
32 <div class="dropdown forceblock">
33 <input id="projbutton" class="drophold" type="checkbox" name="menu" />
34 <label for="projbutton">{Projects}</label>
35
36 <ul class="dropdown-content">
37 <li><a href="https://git.dabikers.online" target="_blank">Git Server</a></li>
38 <li><a href="gitprojects/gitprojects.html">Git Projects</a></li>
39 </ul>
40 </div>
41 </div>
42
43 </div>
44 </div>
45 </div>
46
47 <div id="content">
48 <h2>Current Gameservers:</h2>
49 <br>
50 <ul id="servers">
51 <li><a href="steam://run/440//+connect%20dabikers.online">Team Fortress 2</a></li>
52 <li><a href="steam://run/240//+connect%20dabikers.online:27115">Counter Strike: Source - Deathmatch</a></li>
53 </ul>
54 <br>
55 <p>Notice: Servers may go offline for maintainence without warning</p>
56 </div>
57
58 <div id="bottom-bar">
59 <footer>
60 <nav id="bottom-flex" class="vertcontain">
61 <ul>
62 <li><a href="acknowledgments.html">Acknowledgments</a></li>
63 </ul>
64 </nav>
65 <p id="copyrightnotice">Copyright © 2023-2024 Dabikers.online, All rights reserved.</p>
66 </footer>
67 </div>
68
69 </div>
70 </body>
71</html>