-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
81 lines (71 loc) · 2.67 KB
/
404.html
File metadata and controls
81 lines (71 loc) · 2.67 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en"> <!--- Header --->
<head>
<title>
Greg Furlich
</title>
<meta itemprop="description" name="description" content="Personal Website of Greg Furlich, PhD" />
<meta name="author" content="Greg Furlich">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/main.css">
<link rel="icon" href="/favicon.png" type="image/png">
<link rel="stylesheet" href="https://code.cdn.mozilla.net/fonts/fira.css">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans" rel="stylesheet">
<meta name="msvalidate.01" content="BC72728F899DD0C341E344FFDDC4BEB8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body><header>
<nav>
<div class="topnav">
<a href="/">
<p>
<h> Greg Furlich</h>
</p>
</a>
<div class="topnav-right">
<a href="/Research.html"><p>Research</p></a>
<a href="/Education.html"><p>Education</p></a>
<a href="/Projects.html"><p>Projects</p></a>
<a href="/Hobbies.html"><p>Hobbies</p></a>
<a href="/Photography.html"><p>Photography</p></a>
<a href="https://www.colorado.edu/center/nsi/greg-furlich"><p><img id="CU" src="/assets/logos/cub.png" height=30vw></p></a>
<a href="https://github.com/gfurlich/"><p><img id="github" src="/assets/logos/github.png" height=30vw></p></a>
<a href="https://www.linkedin.com/in/greg-furlich/"><p><img id="linkedin" src="/assets/logos/in.png" height=30vw></p></a>
<a href="mailto:greg.furlich@colorado.edu"><p><img id="mzil" src="/assets/logos/mail.png" height=30vw></p></a>
</div>
</div>
</nav>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<style type="text/css" media="screen">
.container {
margin: 1em auto;
max-width: 40em;
text-align: center;
}
h1 {
margin: auto;
font-size: 4em;
line-height: 1;
/* letter-spacing: -1px; */
max-width: 25vw;
}
</style>
<div class="container">
<div style="height: 15vh"></div>
<h1>Error 404 :</h1>
<p><strong>Page not found :C</strong></p>
<p>The requested page could not be found. Please check the URL.</p>
</div>
</div>
</main><footer class="site-footer h-card">
<data class="u-url" href="/"></data>
<!--- Footer Content --->
© Greg Furlich 2026 <br>
All Rights Reserved<br>
</footer>
</body>
</html>