Create robloxservers.html

This commit is contained in:
fowntain
2023-08-03 10:20:21 -04:00
committed by GitHub
parent 2ebfc1a232
commit 63c511964e
+52
View File
@@ -0,0 +1,52 @@
<!--DO NOT SKID, WE WILL DMCA TAKEDOWN-->
<!--ALL LINKS BELOW ARE UNDER LICENSE AND IF FOUND THERE ARE GROUNDS TO TAKE DOWN REPOSITORIES-->
<!DOCTYPE html>
<html>
<head>
<style>
body {
text-align: center;
}
h1 {
padding: 20px;
background-color: #f1f1f1;
}
.server-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
margin-top: 50px;
}
.server-links a {
padding: 10px 20px;
background-color: #f1f1f1;
color: #333;
text-decoration: none;
border-radius: 5px;
}
.server-links a:hover {
background-color: #ddd;
}
</style>
</head>
<body>
<h1>Choose a Server</h1>
<!--DO NOT SKID, WE WILL DMCA TAKEDOWN-->
<!--ALL LINKS BELOW ARE UNDER LICENSE AND IF FOUND THERE ARE GROUNDS TO TAKE DOWN REPOSITORIES-->
<div class="server-links">
<a href="https://beta1.apktbg.com/class?domain=roblox">Server 1</a>
<a href="https://beta2.caculatorgeo.online/class?domain=roblox">Server 2</a>
<a href="https://beta2.caculatorgeo.info/class?domain=roblox">Server 3</a>
<a href="https://beta3.caculatorgeo.one/class?domain=roblox">Server 4</a>
<a href="https://beta4.caculatorgeo.monster/class?domain=roblox">Server 5</a>
<a href="https://beta5.caculatorgeo.world/class?domain=roblox">Server 6</a>
<a href="https://beta6.caculatorgeo.xyz/class?domain=roblox">Server 7</a>
<a href="https://beta7.caculatorgeo.fun/class?domain=roblox">Server 8</a>
</div>
</body>
</html>