mirror of
https://github.com/Rushilwiz/crucialnet.git
synced 2025-04-03 19:30:16 -04:00
fixed 404
This commit is contained in:
parent
3d0501626e
commit
bfe4d9b5fd
|
@ -3,12 +3,12 @@
|
|||
<head>
|
||||
<title>Page Not Found</title>
|
||||
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
|
||||
<link href="style.css" type="text/css" rel="stylesheet">
|
||||
<link href="/404/style.css" type="text/css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="header">404: page not found</h1>
|
||||
<p class="desc">it's dangerous to go alone!<br>take this!</p>
|
||||
<a href="http://crucialnet.org"><img src="sword.png" width="50px;"></a>
|
||||
<a href="http://crucialnet.org"><img src="/404/sword.png" width="50px;"></a>
|
||||
<p class="foot">if you feel there's been a mistake, feel free to contact me <a href="http://crucialnet.org/contact-me">here</a></p>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue
Block a user