24 lines
832 B
HTML
24 lines
832 B
HTML
|
<!DOCTYPE html>
|
|||
|
<html lang="en" >
|
|||
|
<head>
|
|||
|
<meta charset="UTF-8">
|
|||
|
<title>CodePen - Error 404: Page not found – 80s hacker theme</title>
|
|||
|
<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>
|