<html>
<head>
<title>Page Title</title>
</head>
<body>
🌍Server Support Bot
</h3>
</br>
<a href=“https://top” >
<img src=“https://phoneky.co.uk/thumbs/screensavers/down/music/music_me3s1nz7.gif” alt=“Hyper Music” />
</a>
</body>
<style>
h1{
color:#ff0000;
background:#E6E7FC;
padding:10px;
width:fit-content;
border-radius: 13px;
border-style: double;
border-color:#581838;
text-align: center;
text-shadow: 3px 2px 5px white;
box-shadow:0px 0px 15px 0px black;
}
h3{
color: #ff0000;
}
body {
background-image: url(’’);
}
.bot-img{
animation: float 4s ease-in-out infinite;
}
@keyframes float {
0% {
box-shadow: 0 25px 55px 0px rgba(0,0,0,0.6);
transform: translatey(0px);
border-radius: 25% 25% 25% 25%;
}
50% {
box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
transform: translatey(-20px);
border-radius: 50% 50% 50% 50%;
}
100% {
box-shadow: 0 25px 55px 0px rgba(0,0,0,0.6);
transform: translatey(0px);
border-radius: 25% 25% 25% 25%;
}
}
</style>
</html>