26 lines
948 B
HTML
26 lines
948 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Nathan Woodburn</title>
|
|
<link rel="icon" type="image/png" href="/images/favicon.png"/>
|
|
<link rel="icon" type="image/png" href="https://www.nathanwoodburn.tk/images/favicon.png"/>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
|
|
<link rel="stylesheet" href="/404.css">
|
|
|
|
</head>
|
|
<body>
|
|
<!-- partial:index.partial.html -->
|
|
<div class="noise"></div>
|
|
<div class="overlay"></div>
|
|
<div class="terminal">
|
|
<h1>Error <span class="errorcode">404</span></h1>
|
|
<p class="output">The page you are looking for might have been removed, had its name changed or is temporarily unavailable.</p>
|
|
<p class="output">Please try to <a href="javascript:history.back()">go back</a> or <a href="https://www.nathanwoodburn.tk">return to the homepage</a>.</p>
|
|
<p class="output">Good luck.</p>
|
|
</div>
|
|
<!-- partial -->
|
|
|
|
</body>
|
|
</html>
|