49 lines
No EOL
1.9 KiB
HTML
49 lines
No EOL
1.9 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<!--
|
|
Website by JerosGamer89
|
|
Source code on github.com/Ascript89
|
|
-->
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta property="og:site_name" content="YourMinecraftServerName">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="YourMinecraftServerName">
|
|
<meta property="og:description" content="Visit YourMinecraftServerName's server website for more information">
|
|
<meta id="meta-image" property="og:image" itemprop="image" content="../assets/cube.jpg">
|
|
<meta name="referrer" content="no-referrer">
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
|
|
<meta name="author" content="JerosGamer89">
|
|
<meta name="keywords" content="mcserver,jerosgamer89">
|
|
<meta name="description" content="YourMinecraftServerName website">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>Minecraft server</title>
|
|
<link rel="stylesheet" href="../css/style.css">
|
|
<link rel="icon" href="../assets/cube.jpg">
|
|
</head>
|
|
<body class="mainmenubody">
|
|
<div class="mc-menu mcm-titlebar">
|
|
<img src="./assets/title.png" class="gametitle">
|
|
<span class="yellow">Coolest server!</span>
|
|
</div>
|
|
<div class="mc-menu">
|
|
<center>
|
|
<a href="/play/" class="mc-btn">Play</a>
|
|
<a href="/info/" class="mc-btn">Status and info</a>
|
|
<a href="/mods/" class="mc-btn">Mods</a>
|
|
<!--<a href="/shots/" class="mc-btn">Screenshots</a>-->
|
|
<div class="hc">
|
|
<a href="/discord/" class="mc-btn mc-half" style="margin-right:5px;">Discord</a>
|
|
<a href="/about/" class="mc-btn mc-half">About</a>
|
|
</div>
|
|
</center>
|
|
</div>
|
|
<span class="mc-mcopy">© JerosGamer89, 2022</span>
|
|
<audio autoplay loop>
|
|
<source src="./assets/bg-music.mp3" type="audio/mpeg">
|
|
Your browser does not support audio playing.
|
|
</audio>
|
|
</body>
|
|
</html> |