-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
21 lines (21 loc) · 816 Bytes
/
404.html
File metadata and controls
21 lines (21 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>404 Not Found</title>
<link href="https://cdn.floatingmilkshake.com/favicon.png" rel="icon">
<link href="/styles.css" rel="stylesheet" type="text/css">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400&display=swap" rel="stylesheet">
</head>
<body>
<div id="main-container">
<h1>Oops!</h1>
<p>Looks like you're lost. The file you're looking for doesn't exist here!</p>
<p><code>404 Not Found</code></p>
<p><a href="https://floatingmilkshake.com">Return to the home page?</a></p>
</div>
</body>
</html>