summaryrefslogtreecommitdiff
path: root/acknowledgments.html
blob: 8ac3d38dd400dca0c5f642889cb890194a396b72 (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
<!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/acknowledgments.css">

		<link rel="icon" type="image/x-icon" href="images/sketty.jpeg">
		<title>Da Bikers | Acknowledgments</title>
	</head>
	<body>
		<div class="vertcontain">
			<div id="top-bar">
				<div><h1><a href="index.html">Da Bikers</a></h1></div>
				<div id="links">
					<nav>
						<ul>
							<li><a href="nopiracy.html">Preventing Piracy</a></li>
						</ul>
					</nav>
				</div>
			</div>
			
			<div id="content">
				<h2>Acknowledgments</h2>
				<br>
				<p>Fonts used:</p>
				<ul>
					<li class="nostyle"><a id="schizo" class="italicize" href="https://www.dafont.com/schizoid-personality.font" target="_blank">Schizoid Personality</a>, by <a href="http://www.woodcutter.es">WOODCUTTER</a></li>
					<ul><li><b>Cool font but please for the love of god center it properly next time</b></li></ul><br>
					<li class="nostyle"><a id="polski" class="italicize" href="https://www.dafont.com/courier-polski-1941.font" target="_blank">Courier Polski 1941</a>, by <a href="https://www.dafont.com/profile.php?user=409273">Tomasz Skowronski</a></li>
				</ul>
			</div>

			<div id="bottom-bar" class="vertcontain">
				<footer>
					<div id="bottom-flex"><p id="copyrightnotice">Copyright © 2023-2024 Dabikers.online, All rights reserved.</p></div>
				</footer>
			</div>
		</div>
	</body>
</html>