summaryrefslogtreecommitdiff
path: root/acknowledgments.html
diff options
context:
space:
mode:
Diffstat (limited to 'acknowledgments.html')
-rw-r--r--acknowledgments.html45
1 files changed, 45 insertions, 0 deletions
diff --git a/acknowledgments.html b/acknowledgments.html
new file mode 100644
index 0000000..bd5e0d2
--- /dev/null
+++ b/acknowledgments.html
@@ -0,0 +1,45 @@
1<!DOCTYPE html>
2<html lang="en-US">
3 <head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <meta name="author" content="Da Bikers' Head Admin">
7
8
9 <base href=".">
10 <link rel="stylesheet" href="css/base.css">
11 <link rel="stylesheet" href="css/acknowledgments.css">
12
13 <link rel="icon" type="image/x-icon" href="images/sketty.jpeg">
14 <title>Da Bikers | Acknowledgments</title>
15 </head>
16 <body>
17 <div id="top-bar">
18 <div><h1><a href="index.html">Da Bikers</a></h1></div>
19 <div id="links">
20 <nav>
21 <ul>
22 <li><a href="nopiracy.html">Preventing Piracy</a></li>
23 </ul>
24 </nav>
25 </div>
26 </div>
27
28 <div id="content">
29 <h2>Acknowledgments</h2>
30 <br>
31 <p>Fonts used:</p>
32 <ul>
33 <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>
34 <ul><li><b>Cool font but please for the love of god center it properly next time</b></li></ul><br>
35 <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>
36 </ul>
37 </div>
38
39 <div id="bottom-bar">
40 <footer>
41 <div id="bottom-flex"><p id="copyrightnotice">Copyright © 2023-2024 Dabikers.online, All rights reserved.</p></div>
42 </footer>
43 </div>
44 </body>
45</html>