blob: 8eb9d415114db24b60b3d9cd641bdad9628838ae (
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
|
<!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 Biker's Head Admin">
<base href=".">
<link rel="stylesheet" href="css/base.css">
<link rel="icon" type="image/x-icon" href="images/sketty.jpeg">
<title>Da Bikers | Acknowledgements</title>
</head>
<body>
<header id="top-bar">
<nav>
<h1><a href="index.html">Da Bikers</a></h1>
</nav>
</header>
<div id="content">
<h1>Acknowledgements</h1>
<p>Fonts used:</p>
<ul>
<li>Schizoid Personality, by <a href="http://www.woodcutter.es">WOODCUTTER</a></li>
<li>Courier Polski 1941, by <a href="https://www.dafont.com/profile.php?user=409273">Tomasz Skowronski</a></li>
</ul>
</div>
<footer id="bottom-bar">
<nav>
</nav>
</footer>
</body>
</html>
|