forked from techfolios/template-old
-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
53 lines (45 loc) · 2.19 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
<!DOCTYPE html>
<html>
<head>
<title>Justin Golden's Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" />
<link rel="shortcut icon" type="image/png" href="img/favicon.png" />
<meta name="title=" content="Justin Golden's Portfolio" />
<meta name="robots" content="noindex" />
<meta name="theme-color" content="#333" />
<meta name="msapplication-navbutton-color" content="#333" />
<meta name="apple-mobile-web-app-status-bar-style" content="#333" />
<!-- local links -->
<link rel="stylesheet" type="text/css" href="css/styles.css" />
</head>
<body style="text-align: center;">
<img width="128px" src="img/profile/3.png" draggable="false" />
<h1 style="margin-bottom: 1rem;">404 Not Found — justingolden.me</h1>
<p>
The requested resource was not found. Perhaps it was removed or you
entered the wrong website address.
</p>
<hr />
<p>If you'd like to go home, please click the button below:</p>
<a href="index.html" class="btn btn-dark btn-lg" style="margin: 1rem 0; text-decoration: none;">
<svg class="icon" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path
d="m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25">
</path>
</svg>
Home
</a>
<p>If you believe this is a mistake, feel free to email me:</p>
<a href="mailto:[email protected]" class="btn btn-dark btn-lg"
style="margin: 1rem 0; text-decoration: none;">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="1.5" class="feather feather-mail">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
Contact
</a>
</body>
</html>