-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
22 lines (22 loc) · 790 Bytes
/
404.html
File metadata and controls
22 lines (22 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VoxelCube</title>
<link rel="icon" href="/media/favicon.png">
<link rel="stylesheet" href="/styles/styles.css">
</head>
<body>
<h1>VoxelCube</h1>
<div class="card">
<div class="sparkle">🚨</div>
<p>You ran into an error!</p>
<p>The page was not found, lol. You've typed something wrong, someone gave you a dead link or ... we didn't do it right, sorry. If you click on that button, though, it will take you all the way back to the start.</p>
<a href="/index.html"><button>Go to the start.</button></a>
</div>
<section id="footer">
<p><a href="copyright.html">Copyright & More</p>
</section>
</body>
</html>