-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
62 lines (61 loc) · 3.13 KB
/
404.html
File metadata and controls
62 lines (61 loc) · 3.13 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="google-site-verification" content="4yRSlIeY2suoHNV99v092rtlWVP7vLHyQV7Idr8to1g">
<meta name="author" content="Eric O'Callaghan">
<meta name="description" content="Eric O'Callaghan - 404 Page Not Found">
<meta name="keywords" content="Eric O'Callaghan, Eric OCallaghan, EricOC, Eric OC, Resume, Résumé">
<meta name="referrer" content="no-referrer">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Eric O'Callaghan">
<meta property="og:title" content="Page Not Found (404)">
<meta property="og:url" content="https://ericoc.com/404.html">
<meta property="og:image" content="https://ericoc.com/icon.png">
<link rel="shortcut icon" href="https://ericoc.com/favicon.ico">
<link rel="apple-touch-icon" href="/icon.png">
<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="/bootstrap-icons/bootstrap-icons.min.css">
<link rel="stylesheet" href="/ericoc.css">
<title>Eric O'Callaghan - 404 Page Not Found</title>
<script src="/bootstrap/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<header class="navbar navbar-dark navbar-nav text-center">
<nav class="container-fluid row">
<ul class="col">
<li>
<a class="bi bi-github navbar-text" href="https://github.com/ericoc/" target="_blank" title="GitHub: ericoc"></a>
</li>
<li>
<a class="bi bi-envelope navbar-text" href="mailto:eric@ericoc.com" target="_blank" title="E-mail: eric@ericoc.com"></a>
</li>
<li>
<a class="bi bi-linkedin navbar-text" href="https://www.linkedin.com/in/ericoc/" target="_blank" title="LinkedIn: ericoc"></a>
</li>
</ul>
<h1 class="col navbar-brand">
<a class="navbar-text" href="/" title="Eric O'Callaghan"><span id="logo">Eric O'C</span>allaghan</a>
</h1>
<ul class="col">
<li>
<a class="bi bi-filetype-docx navbar-text" href="/ericoc_resume.docx" target="_blank" title="DOCX"></a>
</li>
<li>
<a class="bi bi-filetype-pdf navbar-text" href="/ericoc_resume.pdf" target="_blank" title="PDF"></a>
</li>
<li>
<a class="bi bi-filetype-txt navbar-text" href="/ericoc_resume.txt" target="_blank" title="TXT"></a>
</li>
</ul>
</nav>
</header>
<main class="text-center m-5" id="error">
<h2 id="404" title="Page Not Found (404)">
Page Not Found
<code>(404)</code>
</h2>
</main>
</body>
</html>