Made 404 Page
This commit is contained in:
@ -1,7 +1,37 @@
|
||||
<html>
|
||||
<head><title>301 Moved Permanently</title></head>
|
||||
<head>
|
||||
<link rel="stylesheet" href="/stylesheets/base.css">
|
||||
<title>Ooops :3</title>
|
||||
<style>
|
||||
body{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
#arrow{
|
||||
color: yellow;
|
||||
}
|
||||
h3{
|
||||
color: rgb(238, 33, 33);
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
h1{
|
||||
margin: 0px;
|
||||
}
|
||||
#NoRam{
|
||||
margin-top: 10px;
|
||||
width: 300px;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<center><h1>301 Moved Permanently</h1></center>
|
||||
<hr><center>openresty</center>
|
||||
<h1>Something went Wrong! :3 </h1>
|
||||
<h3>You must go back!</h3>
|
||||
<h1 id="arrow">↓</h1>
|
||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png"></a>
|
||||
<img id="NoRam" src="/media/memes/NoRam_Cyclles.png" alt="">
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user