-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
34 lines (34 loc) · 1.2 KB
/
404.html
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">
<head>
<title>404 | BikeBeamer.com</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="BikeBeamer" />
<meta name="description" content="This is the website for my next generation bike POV display BikeBeamer." />
<link rel="stylesheet" href="styles/dark.min.css" />
</head>
<body>
<header>
<h1>BikeBeamer.com</h1>
<nav>
<a href="./index.html#introduction">Introduction</a>
<a href="./index.html#features">Features</a>
<a href="./index.html#contribute">Contribute</a>
<a href="./index.html#buy">Buy</a>
<a href="./index.html#comments">Comments</a>
</nav>
</header>
<main>
<h2>404</h2>
<p>This file does not exist.</p>
</main>
<footer>
<p>2024 BikeBeamer</p>
<p>
<a href="./impressum.html">Impressum</a>
<a href="./datenschutzerklaerung.html">Datenschutzerklärung</a>
</p>
</footer>
</body>
</html>