-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.html
42 lines (27 loc) · 876 Bytes
/
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
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<title> Vagabond | 404</title>
<link rel="stylesheet" href="main.css">
<link rel="icon" type="image/png" href="./images/detective.png">
<script src="https://kit.fontawesome.com/22859885a2.js" crossorigin="anonymous">
</script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="main">
<br>
<br>
<br>
<br>
<h1> 404</h1>
<h3>
You seem to be lost! <br>
Click one of the buttons above to be redirected back to safety.</h3>
<div class="button-container">
<h3>
<a href="https://vagabondit.surge.sh/index.html"target= "_blank"><strong> Head Back</strong>
</h3>
</div>
</a>