44 lines
2.6 KiB
HTML
44 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Clients</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>
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B23XL7G2NK"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-B23XL7G2NK');
|
|
</script>
|
|
<body>
|
|
|
|
<ul>
|
|
<li><a style="margin-left: 5px;" href="index.html">Home</a></li>
|
|
<li><a class="active" href="clients.html">Clients</a></li>
|
|
<li><a 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="skins.html">Skins</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>
|
|
|
|
<br>
|
|
|
|
<h1 align="center" style="font-size: 40px;">Choose your Version</h1>
|
|
|
|
<br><br><br><br>
|
|
|
|
<div class="container">
|
|
<button class="button" style="height: 250px; cursor: unset; margin: 15px;"><h1 style="font-size: 32px;">1.8</h1><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: 40px; padding-left: 40px;" href="1.8.html"><span class="material-icons-round">input</span> Select</a></button><br>
|
|
<button class="button" style="height: 250px; cursor: unset; margin: 15px;"><h1 style="font-size: 32px;">1.5</h1><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: 40px; padding-left: 40px;" href="1.5.html"><span class="material-icons-round">input</span> Select</a></button><br>
|
|
<button class="button" style="height: 250px; cursor: unset; margin: 15px;"><h1 style="font-size: 32px;">1.3</h1><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: 40px; padding-left: 40px;" href="1.3.html"><span class="material-icons-round">input</span> Select</a></button><br>
|
|
</div>
|