-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
64 lines (58 loc) · 2.12 KB
/
404.html
File metadata and controls
64 lines (58 loc) · 2.12 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="/styles.css" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0" />
<title>GTFlint</title>
<link rel="icon" type="image/png" href="/icons/GTFlint-NoBG.png">
<script type="text/javascript" src="/navBar.js"></script>
</head>
<body>
<main>
<div id="navbar" class="glow">
<a class="navbarItem left" href="/index.html#home">Home</a>
<a class="navbarItem left" href="/portfolio/portfolio.html">Portfolio</a>
<a class="navbarItem right" href="/link/email.html" target="_blank"><img src="/icons/email-Icon.png" class="inverted"></a>
</div>
<div style="z-index:98;position:fixed;width:50vw;left:25vw;top:50px;">
<a href="/index.html#home"><img id="headerImg" src="/icons/GTFlint.png" class="glow" style="transition:0.45s;width:240px;height:160px;text-align:center;display:block;"></a>
</div>
<div class="section" id="home">
<table>
<tr>
<td class="extra-large-devider"></td>
</tr>
<tr>
<td><h1>Uh Oh!</h1></td>
</tr>
<tr>
<td><p>
We Couldn't find that page.<br>
<br>
Try the links at the top.<br>
Or, if you want an idea, you could go to the <a href="/index.html#home">home page</a> or to my <a href="/portfolio/portfolio.html">portfolio.</a><br>
<br>
(╯°□°)╯︵ ┻━┻<br>
<br>
<br>
This is an error 404, btw.
</p></td>
</tr>
<tr>
<td class="small-devider"></td>
</tr>
<tr>
<td> <a class="navbarItem contactMe" href="/link/email.html" target="_blank"><img src="/icons/email-Icon.png" class="inverted"></a> </td>
</tr>
<tr>
<td><p>© George T. Flint. Hosted by <a href="https://pages.github.com" target="_blank">GitHub Pages</a> from <a href="https://github.com/gtflint/gtflint.github.io" target="_blank">this source code.</a></p></td>
</tr>
<tr>
<td class="small-devider"></td>
</tr>
</table>
</div>
</main>
</body>
</html>