Eaglercraft-Extras--Forked/worlds.html
2024-05-31 15:45:07 -05:00

33 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Worlds</title>
<link rel="shortcut icon" href="assets/mc-logo.png" type="image/x-icon">
<link rel="stylesheet" href="home.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
rel="stylesheet">
</head>
<body>
<ul>
<li><a style="margin-left: 5px;" href="index.html">Home</a></li>
<li><a href="clients.html">Clients</a></li>
<li><a class="active" href="worlds.html">Worlds</a></li>
<li><a href="packs.html">Resource Packs</a></li>
<li><a href="servers.html">Servers</a></li>
<li><a href="mc quick guide/index.html" target="_blank">Quick Guide</a></li>
<li style="float: right;"><a href="https://github.com/cobblesteve01/Eaglercraft-Extras" target="_blank"><img src="assets/github.png" style="height: 25px; color: white;" alt=""></a></li>
</ul>
<h1 align="center" style="font-size: 54px; margin-bottom: -10px; text-decoration: none">Worlds</h1>
<p align="center" style='font-family: inter-medium;'>Made by the team. NOTE! If the file is a .zip, click Create New World, then do Import Vanilla. If the world is a .epk file, use Load EPK</p>
<div class="container">
<button class="button" style="height: 275px; margin: 15px; cursor: unset;"><img style="width: 200px; border-radius: 7.5px;" src="worlds/images/skyblock.png" alt="skyblock.png"><br><br>Skyblock<br><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 12.5px; background-color: dodgerblue; padding-top: 10px; padding-bottom: 10px; padding-right: 15px; padding-left: 15px;" href="worlds/Skyblock.epk" download="Skyblock"><span class="material-icons-round" style='vertical-align: -3.5px; scale: 125%;'>file_download</span>&nbsp;Download</a></button><br>
<button class="button" style="height: 275px; margin: 15px; cursor: unset;"><img style="width: 200px; border-radius: 7.5px;" src="worlds/images/stampy.png" alt="stampy's lovely world.png"><br><br>Stampy's Lovely World<br><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 12.5px; background-color: dodgerblue; padding-top: 10px; padding-bottom: 10px; padding-right: 15px; padding-left: 15px;" href="worlds/Stampy's Lovely World.zip" download="Stampy's Lovely World"><span class="material-icons-round" style='vertical-align: -3.5px; scale: 125%;'>file_download</span>&nbsp;Download</a></button><br>
</div>
</body>
</html>