-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
41 lines (41 loc) · 2.15 KB
/
404.html
File metadata and controls
41 lines (41 loc) · 2.15 KB
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<!-- Site Metadata Start-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="author" content="Abraham Chen">
<meta name="description" content="404 Page for AbrahamChen.me">
<!-- Site Metadata End -->
<!-- Favicon Code Start -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#3b606b">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Favicon Code End -->
<!-- Preloading Content Start -->
<link rel="preload" as="font" href="/webfonts/fa-solid-900.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="/webfonts/fa-brands-400.woff2" type="font/woff2" crossorigin="anonymous">
<!-- Preloading Content End -->
<!-- Async Loading Content Start -->
<!-- <link rel="stylesheet" href="/styles/404.css"> -->
<link rel="stylesheet" href="/styles/404.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Vollkorn:wght@700&display=swap" media="print" onload="this.media='all'; this.onload=null;">
<!-- Async Loading Content End -->
<title> AbrahamChen.me | 404 </title>
</head>
<body>
<span class="content-wrapper">
<h1>404</h1>
<h2>Page Not Found</h2>
<div class="small-text">
<p>If you were looking for my resume, click <a href="/documents/Resume_AC.pdf"target="_blank"rel="noopener noreferrer">here</a>.</p>
<p>Otherwise click <a href="/#home">here</a> to return to the homepage!</p>
</div>
</span>
</body>
</html>