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

		<link rel="icon" type="image/x-icon" href="images/sketty.jpeg">
		<title>Da Bikers | Acknowledgements</title>
	</head>
	<body>
		<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">
			<h1>Acknowledgements</h1>
			<p>Fonts used:</p>
			<ul>
				<li><a id="schizo" 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><a id="polski" 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">
			<footer>
				<div id="bottom-flex"><p id="copyrightnotice">Copyright © 2023-2024 Dabikers.online, All rights reserved.</p></div>
			</footer>
		</div>
	</body>
</html>