blob: 5b010347ef3a937914d390e5c27ad9e2ed4c6744 (
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
|
<!DOCTYPE html>
<html lang="en-US">
<head>
<base href="../.">
<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/chung.css">
<title>Da Bikers | Git Projects</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 Bikers:</a> <a href="gitprojects/gitprojects.html">Git Projects</a></h1>
<div id="ddnav" class="side-by-side">
<div class="dropdown">
<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">
<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="gameservers.html">Game Servers</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="content">
<p>Coming soon</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>
|