38 lines
904 B
HTML
38 lines
904 B
HTML
<html>
|
|
<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>
|
|
<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>
|