-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
25 lines (22 loc) · 918 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
<!DOCTYPE html>
<html>
<head>
<title>jfong701</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="theme-color" content="#1e2328">
<meta name="Description" content="jfong701, Jason Fong Github, attribution">
<link rel="stylesheet" type="text/css" href="style/404.css" async>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
crossorigin="anonymous" async>
</head>
<body>
<div class="card">
<h1 class="title">404
<p style="font-size: 0.25em;">Page not found</p>
</h1>
<a href="./index.html"><i class="fas fa-home"></i> Go back home</a>
</div>
</body>
</html>