summaryrefslogtreecommitdiff
path: root/gameservers.html
blob: 9a81a4b7a023e60e71e917835395ff252daa5832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en-US">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="author" content="Da Bikers' Head Admin">

        <link rel="icon" type="image/x-icon" href="images/sketty.jpeg">
        <link rel="stylesheet" href="css/base.css">
        <link rel="stylesheet" href="css/gameservers.css">

        <title>Da Bikers</title>
    </head>
    <body>
        <div class="vertcontain">
            <div id="top-bar">
                <div class="blockedout" >
                    <div id="name" class="side-by-side">
                        <h1><a href="index.html">Da&NonBreakingSpace;Bikers:</a> <a href="gameservers.html">Game Servers</a></h1>

                        <div id="ddnav" class="side-by-side">
                            <div class="dropdown forceblock">
                                <input id="articlebutton" class="drophold" type="checkbox" name="menu" />
                                <label for="articlebutton">{Articles}</label>

                                <ul class="dropdown-content">

                                    <li><a href="nopiracy.html">Preventing Piracy</a></li>
                                </ul>
                            </div>

                            <div class="dropdown forceblock">
                                <input id="projbutton" class="drophold" type="checkbox" name="menu" />
                                <label for="projbutton">{Projects}</label>

                                <ul class="dropdown-content">
                                    <li><a href="https://git.dabikers.online" target="_blank">Git Server</a></li>
                                    <li><a href="gitprojects/gitprojects.html">Git Projects</a></li>
                                </ul>
                            </div>
                        </div>

                    </div>
                </div>
            </div>

            <div id="content">
                <h2>Current Gameservers:</h2>
                <br>
                <ul id="servers">
                    <li><a href="steam://run/440//+connect%20dabikers.online">Team Fortress 2</a></li>
                    <li><a href="steam://run/240//+connect%20dabikers.online:27115">Counter Strike: Source - Deathmatch</a></li>
                </ul>
                <br>
                <p>Notice: Servers may go offline for maintainence without warning</p>
            </div>

            <div id="bottom-bar">
				<footer>
					<nav id="bottom-flex" class="vertcontain">
						<ul>
							<li><a href="acknowledgments.html">Acknowledgments</a></li>
						</ul>
					</nav>
					<p id="copyrightnotice">Copyright © 2023-2024 Dabikers.online, All rights reserved.</p>
				</footer>
			</div>

        </div>
    </body>
</html>