summaryrefslogtreecommitdiff
path: root/acknowledgements.html
diff options
context:
space:
mode:
authorlolmao <lolmao@noreply.gov>2023-10-27 10:33:42 -0500
committerlolmao <lolmao@noreply.gov>2023-10-27 10:33:42 -0500
commitacd03d7a66fa2b14e125f5660274aafb355c92c2 (patch)
tree6a6f6c0084435c9d2b98e2bec32c59a8c45f8a62 /acknowledgements.html
parent6098068cbc8148f40f898b3974f3cc2bf20c69fa (diff)
Create acknowledgements.html
Diffstat (limited to 'acknowledgements.html')
-rw-r--r--acknowledgements.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/acknowledgements.html b/acknowledgements.html
new file mode 100644
index 0000000..d5704cd
--- /dev/null
+++ b/acknowledgements.html
@@ -0,0 +1,34 @@
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 Biker's Head Admin">
7
8
9 <base href=".">
10 <link rel="stylesheet" href="./index.css">
11
12 <link rel="icon" type="image/x-icon" href="./images/sketty.jpeg">
13 <title>Da Bikers | Acknowledgements</title>
14 </head>
15 <body>
16 <header id="top-bar">
17 <nav>
18 <a href="index.html"><h1>Da Bikers</h1></a>
19 </nav>
20 </header>
21
22 <h1>Acknowledgements</h1>
23 <p>Fonts used:</p>
24 <ul>
25 <li>Schizoid Personality, by <a href="http://www.woodcutter.es">WOODCUTTER</a></li>
26 <li>Courier Polski 1941, by <a href="https://www.dafont.com/profile.php?user=409273">Tomasz Skowronski</a></li>
27 </ul>
28
29 <footer>
30 <nav>
31 </nav>
32 </footer>
33 </body>
34</html>