Add files via upload
This commit is contained in:
parent
16688309b3
commit
0af9ebfd6b
1 changed files with 45 additions and 0 deletions
45
Venith-MC/mods/index.html
Normal file
45
Venith-MC/mods/index.html
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
<!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="mcsplashscreen">
|
||||
<h1>Mods list</h1>
|
||||
<div class="content">
|
||||
<p>
|
||||
<strong>Mods list:</strong><br>
|
||||
<ul>
|
||||
<li>ThisIsAMod</li>
|
||||
<li>The Ultimate Mod</li>
|
||||
<li>Super MC Modification</li>
|
||||
<li>Imagine in Java</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<center><footer>
|
||||
<a href="https://drive.google.com" target="_blank" class="mc-btn mc-half">Download mods</a>
|
||||
<a href="../" class="mc-btn mc-half">Done</a>
|
||||
</footer></center>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue