-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
64 lines (51 loc) · 3.02 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<!-- =======================================================
* Author: Kevin Huy Trinh
* Website: www.kevintrinh.me
* Github Link: https://github.com/KevinTrinh2021/www.kevintrinh.me
* Description: This site displays information about me and my career.
======================================================== -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- ============================================================
* Font Awesome icons
================================================================ -->
<script src="https://kit.fontawesome.com/d2109a96d5.js" crossorigin="anonymous"></script>
<!-- ============================================================
* Embed information when using www.kevintrinh.me
================================================================ -->
<title>Kevin Trinh's Portfolio</title>
<link rel="icon" type="image/x-icon" href="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/apple/285/man-technologist-light-skin-tone_1f468-1f3fb-200d-1f4bb.png">
<meta name="author" content="Kevin Huy Trinh">
<meta content="This portfolio displays information about me, my work experience, and past projects. Feel free to reach out through email." name="description">
<meta name="keywords" content="Kevin, Kevin Trinh, Kevin Huy Trinh, Trinh, Protfolio">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:type" content="article" />
<meta property="og:title" content="Kevin Trinh's Portfolio" />
<meta property="og:description" content="This portfolio displays information about me, my work experience, and past projects. Feel free to reach out through email." />
<meta property="og:image" content="https://i.imgur.com/bXaMavI.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="Kevin Trinh's Portfolio" />
<meta name="twitter:title" content="Kevin Trinh's Portfolio" />
<meta name="twitter:description" content="This portfolio displays information about me, my work experience, and past projects. Feel free to reach out through email." />
<meta name="twitter:image" content="https://i.imgur.com/bXaMavI.jpg" />
<!-- ============================================================
* My Style Sheets
================================================================ -->
<link rel="stylesheet" href="./assets/styles/errorPageStyles.css">
</head>
<body>
<main class="bsod container">
<h1 class="neg title"><span class="bg">404 - Page Not Found</span></h1>
<p>An error has occured, to continue:</p>
<p>* Return to our homepage.<br />
* Send us an e-mail about this error and try later.</p>
<nav class="nav">
<a href="https://www.kevintrinh.dev" class="link">Home page</a> | <a href="mailto:kevintrinh1227@gmail.com" class="link">Email Me</a>
</nav>
</main>
</body>
</html>