Create index.html
This commit is contained in:
parent
3052f42128
commit
069ba9509d
25
old 404/index.html
Normal file
25
old 404/index.html
Normal file
@ -0,0 +1,25 @@
|
||||
<!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>
|
Loading…
Reference in New Issue
Block a user