-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.htm
More file actions
20 lines (19 loc) · 758 Bytes
/
404.htm
File metadata and controls
20 lines (19 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="description" content="sodium.fm">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"/>
<!--My overrides-->
<link rel="stylesheet" href="assets/style.css">
<title>404 Not Found</title>
</head>
<body>
<div class="container">
<h1>⚠️ you messed up!</h1>
<p>the page you are looking for doesn't exist</p>
<a href="index.html"><i class="fas fa-home"></i>go back</a>
</div>
<p class="tooltip">maybe you made a typo?</p>
</body>
</html>