Add files via upload
This commit is contained in:
parent
4475513a4f
commit
2d6ea16746
1 changed files with 61 additions and 0 deletions
61
Venith-MC/about/index.html
Normal file
61
Venith-MC/about/index.html
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
<!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>About</h1>
|
||||
<div class="content">
|
||||
<p style="pointer-events:none;">
|
||||
<img src="../assets/cube.jpg" height="200px" /><br><br>
|
||||
Website version 1.1.0
|
||||
<br>
|
||||
Recommended to be used on Minecraft servers' websites
|
||||
<br><br>
|
||||
Entirely made by JerosGamer89<br>
|
||||
Subject to MIT License, please give credit when used.
|
||||
<br><br>
|
||||
Fonts used: Acumin, Minecraft
|
||||
<br>
|
||||
<small>
|
||||
The Minecraft typeface, dirt texture and grass block are images
|
||||
produced and made by Microsoft, being the grass block a true identity
|
||||
and icon of the Minecraft game, all property of Microsoft Corporation
|
||||
and Mojang Studios AB.<br>
|
||||
Acumin is a typeface family designed by Robert Slimbach, and property
|
||||
of Adobe Corporation.<br>
|
||||
Background music from the main menu has been composed and performed
|
||||
by Jose Enrique "JerosGamer89", of his total property and
|
||||
undistributable or unpublishable, just to be used with the same
|
||||
purpose of this website model.
|
||||
</small>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<center><footer>
|
||||
<a href="https://ascript89.github.io" target="_blank" class="mc-btn mc-half">Know more</a>
|
||||
<a href="../mit.txt" target="_blank" class="mc-btn mc-half">Read license</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