-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
19 lines (19 loc) · 876 Bytes
/
Copy path404.html
File metadata and controls
19 lines (19 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404</title>
<!-- load source favicon via Webpack alias '@images' -->
<link href="assets/img/logo.b574016a.svg" rel="icon" type='image/png'>
<!-- inline source style from local directory -->
<style>*{line-height:1.2;margin:0}html{display:table;text-align:center;height:100%;width:100%}body{display:table-cell;vertical-align:middle;margin:2em auto;font-family:sans-serif;color:#888}h1{font-size:4em;font-weight:800;color:#000}h2{font-size:2em;font-weight:400;color:#555;margin-bottom:10px}p{margin:0 auto}@media only screen and (max-width: 320px){h1{font-size:3em}h2{font-size:1.5em}}</style>
</head>
<body>
<h1>404</h1>
<h2>Page Not Found</h2>
<p>
<a href="index.html">Go Home</a>
</p>
</body>
</html>