-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
23 lines (22 loc) · 676 Bytes
/
404.html
File metadata and controls
23 lines (22 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="/css/style.css">
<style>
html {
text-align: center
}
</style>
<meta charset="UTF-8">
<meta name="description" content='Error message for page not found'>
<meta name="author" content="Connor B.">
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<link rel="icon" type="image/x-icon" href="assets/photos/favicon.ico">
<title>Error 404!</title>
</head>
<body>
<h1>Error 404</h1>
<h3>It looks like the page you were looking for could not be found!</h3>
<a href="https://beacon1.tk">Back to the home page</a>
</body>
</html>