-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
50 lines (48 loc) · 2.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<link href='https://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
<!-- We don't support Internet Explorer. -->
<!--[if IE]>
<meta HTTP-EQUIV="REFRESH" content="0; url=http://Xyaneon.github.io/internet_explorer_redirect.html">
<![endif]-->
<meta charset="utf-8">
<meta name="theme-color" content="#000000">
<link rel="icon" href="images/favicon.png" />
<link type="text/css" rel="stylesheet" href="css/general.css"/>
<link type="text/css" rel="stylesheet" href="css/404.css"/>
<title> Christopher Kyle Horton / 404 Not Found</title>
<meta name="author" content="Christopher Kyle Horton">
<meta name="description" content="Christopher Kyle Horton's personal website.">
<head>
<body>
<header id="navbar">
<div id="navbar-left">
<svg id="mypicture" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="50" height="50" viewport="0 0 50 50">
<defs>
<clipPath id="squircle-clip">
<path d="M 25,0 C 5,0 0,5 0,25 0,45 5,50 25,50 45,50 50,45 50,25 50,5 45,0 25,0 Z"/>
</clipPath>
</defs>
<image clip-path="url(#squircle-clip)" height="100%" width="100%" xlink:href="images/me.jpg"/>
</svg>
</div>
<div id="navbar-curve">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64" viewBox="0 0 64 64">
<path fill="#000000" d="M 0,0 64,0 64,32 C 16,32 48,64 0,64 Z"/>
</svg>
</div>
<div id="name"><h1><a href="https://www.christopherkylehorton.com">Christopher Kyle Horton</a></h1></div>
</header>
<main>
<article>
<img id="articleicon" src="images/error.svg"></img>
<h1><span id="errortitle">404 Not Found</span></h1>
<p>Sorry, but this page apparently doesn't exist.</p>
<p>Did you type the correct URL?</p>
<p> Or maybe I screwed up a link - please <a href="https://github.com/Xyaneon/Xyaneon.github.io/issues/new" target="_blank">file an issue report</a> if this is the case. Thanks!</p>
</article>
</main>
<footer>Copyright © 2014-2023 Christopher Kyle Horton | Follow me on <a rel="me" href="https://mastodon.social/@xyaneon">Mastodon</a> | <a href="https://github.com/Xyaneon/Xyaneon.github.io/issues/new" target="_blank">Report a website issue</a></footer>
</body>
</html>