-
Notifications
You must be signed in to change notification settings - Fork 16
/
index.html
49 lines (47 loc) · 1.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!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>