Minetest-j45.github.io/404.html

71 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<html lang="en">
<link rel="stylesheet" href="https://j1233.minetest.land/css/index.css?v=1.0">
<link rel="icon" href="https://j1233.minetest.land/images/j45.png" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="j45's website">
<title>j45's website</title>
<style>
verybigtext {
font-size: 40px;
}
bigtext {
font-size: 23px;
max-width: 50%;
}
.search {
position: absolute;
animation-name: search-animation;
animation-duration: 2.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes search-animation {
0% {
transform: rotate(0deg) translate(-75px) rotate(0deg);
}
100% {
transform: rotate(360deg) translate(-75px) rotate(-360deg);
}
}
.myButton {
background-color: #005b71;
border-radius: 28px;
display: inline-block;
color: #ffffff;
padding: 16px 31px;
text-decoration: none;
}
.myButton:hover {
background-color: #00b1dd;
}
</style>
</head>
<body>
<center>
<br><br><br><br><br><br>
<verybigtext><span class="search">🔍</span></verybigtext>
<br><br><br><br><br><br>
<bigtext>You are lost<br><br>
<a href="https://j1233.minetest.land/" class="myButton">Go home</a></bigtext>
<br>
<!--<br><br>Copyright (c) 2021 j45 &lt;j45minetest@gmail.com&gt;<br>MIT License-->
</center>
<script src='https://j1233.minetest.land/footer.js'></script>
</body>
</html>