forked from ProjectFirewatch/ProjectFirewatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
25 lines (21 loc) · 831 Bytes
/
Copy path404.html
File metadata and controls
25 lines (21 loc) · 831 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Error 404 - Page Not found</title>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" type="text/css" href="assets/css/404/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/404/main.css">
</head>
<body>
<div class="cover">
<div class="header">
<a href="/" class="btn-back"><i class="fa fa-arrow-left"></i> Go Home</a>
</div>
<h1>Error <span>404</span></h1>
<h2>Page Not found</h2>
</div>
</body>
</html>