summaryrefslogtreecommitdiff
path: root/services.html
blob: ae6b1ba1ca3fc5673d4b055e2cae51c3ae9f65eb (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
<!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">


		<base href=".">
		<link rel="stylesheet" href="css/base.css">
		<link rel="stylesheet" href="css/services.css">
		<link rel="stylesheet" href="css/subpage.css">

		<link rel="icon" type="image/x-icon" href="images/sketty.jpeg">
		<title>Da Bikers | Services</title>
	</head>
	<body>
		<div class="vertcontain">
			<div id="top-bar">
				<div>
					<div class="sbscontainer">
						<h1><a href="index.html">Da&nbsp;Bikers:</a></h1>
						<h2 id="addon"><a href="services.html">Services</a></h2>
					</div>
				</div>
						
					<div id="links">
						<nav>
							<ul>
								<li><a href="index.html">Home</a></li>
								<li><a href="nopiracy.html">Preventing Piracy</a></li>
							</ul>
						</nav>
					</div>
			</div>
			
		

			<div id="content">
				<h2>Game Servers:</h2>
				<ul>
					<li>Minecraft</li>
					<li><a href="steam://run/440//+connect%20dabikers.online">Team Fortress 2</a></li>
				</ul>
				<br>
				<h2>Misc:</h2>
				<ul>
					<li>IRC (Non-SSL: 6667-9; SSL: 6697, 9999) [TEMPORARILY OFFLINE]</li>
				</ul>
			</div>

			<div id="bottom-bar" class="vertcontain">
				<footer>
					<nav id="bottom-flex">
						<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>