59 lines
1.5 KiB
HTML
59 lines
1.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>Skins</title>
|
|
<link rel="shortcut icon" href="assets/icon.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 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" class="active" style="background-color: gray"
|
|
>Skins</a
|
|
>
|
|
</li>
|
|
<li>
|
|
<a href="mc quick guide/index.html" target="_blank">Quick Guide</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<br /><br />
|
|
|
|
<center
|
|
style="
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, 150%);
|
|
"
|
|
>
|
|
<h1 style="font-size: xxx-large">Under Construction</h1>
|
|
<p>This page is currently being worked on.</p>
|
|
</center>
|
|
</body>
|
|
</html>
|