Delete Venith-MC directory
|
|
@ -1,41 +0,0 @@
|
|||
<!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>Error 403 - Minecraft Server</title>
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
<link rel="icon" href="../assets/cube.jpg">
|
||||
</head>
|
||||
<body class="mcsplashscreen">
|
||||
<h1>Error <strong style="color:#ffc18e;">403</strong></h1>
|
||||
<div class="content">
|
||||
<pre>Forbiden access</pre>
|
||||
<p>
|
||||
Seems we got a sneaky one! The page you are trying to reach
|
||||
has got limited access, or it's just a folder to make the website
|
||||
work correctly. Either way, there's nothing really to look here.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<center><footer>
|
||||
<a href="./index.html" class="mc-btn mc-half">Go to the home page</a>
|
||||
</footer></center>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
<!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>Error 404 - Minecraft Server</title>
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
<link rel="icon" href="../assets/cube.jpg">
|
||||
</head>
|
||||
<body class="mcsplashscreen">
|
||||
<h1>Error <strong style="color:#ff8e8e;">404</strong></h1>
|
||||
<div class="content">
|
||||
<pre>Page not found</pre>
|
||||
<p>
|
||||
The site you were trying to reach could
|
||||
not be found. Make sure you've entered the
|
||||
right URL, or you have been given the right
|
||||
one.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<center><footer>
|
||||
<a href="./index.html" class="mc-btn mc-half">Go to the home page</a>
|
||||
</footer></center>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2022 JerosGamer89
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
# Minecraft in HTML
|
||||
A website recreating the Minecraft original menus, made with pure HTML/CSS, no JavaScript at all. It's a half-experimental website as it's the first time I create a website of this kind, but it can be used for your own business.
|
||||
|
||||
It is oriented to be used on Minecraft server websites, such as your new and own server you've just paid to play Minecraft with your friends, but don't know what to put as a website? Well, this can be a quick solution.
|
||||
|
||||
## Pages included
|
||||
- Play (getting the server IP and version)
|
||||
- Info: this can be used as an information page with a "```<p>```" paragraph tag including some information about your server, or even with a "<iframe>" tag to show stats directly from websites that allow it like NameMC.
|
||||
- Mods: include your servers' mod list and a button that downloads the whole package for new players.
|
||||
- Discord/Social: this is just a page dedicated to your Discord server. Make a widget of it, get an invitation, and you are all done!
|
||||
- About: here you can include some information of your server and the website version, though legal information like authors references may not be modified or removed.
|
||||
|
||||
There's another hiddden page that can also be used, the "Screenshots" one, here you can include some basic views of your server. It's hidden by default in the main menu with the comment tag (```<!-- -->```), remove them if you're using this page, otherwise it can't be accessed in any other way unless typing directly the URL, but players are not guessers lol.
|
||||
|
||||
## License
|
||||
I didn't want to be strict with the license, it's subject to the terms of the MIT license. Honestly, I just want some credit in the website.
|
||||
|
|
@ -1,61 +0,0 @@
|
|||
<!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>
|
||||
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 1.7 MiB |
|
Before Width: | Height: | Size: 2.9 MiB |
|
Before Width: | Height: | Size: 900 KiB |
|
Before Width: | Height: | Size: 4.5 MiB |
|
Before Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 40 KiB |
|
|
@ -1,39 +0,0 @@
|
|||
@media screen and (max-width: 1000px) {
|
||||
.mainmenubody {
|
||||
background-size: 100px !important;
|
||||
background-repeat: repeat !important;
|
||||
background-attachment: fixed !important;
|
||||
animation: none !important;
|
||||
background-image: url('../assets/dirt.jpg') !important;
|
||||
width: 100vw !important;
|
||||
}
|
||||
.mcm-titlebar {
|
||||
width: 20% !important;
|
||||
}
|
||||
.mc-menu center {
|
||||
width: 100% !important;
|
||||
}
|
||||
.mc-menu .gametitle {
|
||||
height: 60px;
|
||||
transform: translate(110px, 0);
|
||||
}
|
||||
.mc-menu .yellow {
|
||||
animation: none !important;
|
||||
display: none !important;
|
||||
}
|
||||
.mc-btn {
|
||||
margin: 10px 0 !important;
|
||||
padding: 20px !important;
|
||||
width: 110%;
|
||||
}
|
||||
.mc-mcopy {
|
||||
position: static !important;
|
||||
margin-left: 80px;
|
||||
}
|
||||
.hc {
|
||||
width: 122% !important;
|
||||
}
|
||||
.shots {
|
||||
height: 25vh !important;
|
||||
}
|
||||
}
|
||||
|
|
@ -1,317 +0,0 @@
|
|||
@import url('mobile.css');
|
||||
|
||||
@font-face {
|
||||
font-family: 'Minecraft';
|
||||
src: url('../fonts/Minecraft-font.otf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Regular';
|
||||
src: url('../fonts/Acumin.otf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Bold';
|
||||
src: url('../fonts/Acumin-Bold.otf');
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1000px) {
|
||||
.content{margin: 10% 5% 10% 5% !important;}
|
||||
}
|
||||
|
||||
:root {
|
||||
--bg: #252525de;
|
||||
}
|
||||
|
||||
.mc-title {
|
||||
font-family: 'Minecraft';
|
||||
font-size: 30px;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
h1 , h2 , h3 {
|
||||
font-family: 'Bold';
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
font-family: 'Regular';
|
||||
}
|
||||
|
||||
center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: rgb(27, 27, 27);
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: xx-small;
|
||||
}
|
||||
|
||||
.unused-content {
|
||||
background-color: var(--bg);
|
||||
color: white;
|
||||
margin: 10% 20% 5% 20%;
|
||||
padding: 30px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.top-logo {
|
||||
height: 250px;
|
||||
margin-top: -200px;
|
||||
transform: translateY(40px);
|
||||
}
|
||||
|
||||
nav ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
background-image: linear-gradient(to bottom , rgb(100, 100, 100) , rgb(70, 70, 70));
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
nav ul li {
|
||||
float: left;
|
||||
}
|
||||
|
||||
nav ul li a {
|
||||
display: inline;
|
||||
display: block;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 14px 16px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
nav ul li a:hover {
|
||||
background-color: rgba(0, 85, 4, 0.5);
|
||||
}
|
||||
|
||||
p img {
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.text-link {
|
||||
color: #8787ff;
|
||||
text-decoration: 1.5px underline dotted;
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
.text-link:hover {
|
||||
color: #6f6fd2;
|
||||
}
|
||||
|
||||
|
||||
/* MC MENU */
|
||||
|
||||
.mainmenubody {
|
||||
background-image: url('../assets/shots/mainbg.png');
|
||||
background-size: 200%;
|
||||
background-repeat: no-repeat;
|
||||
background-position-y: center;
|
||||
animation: mmb-anim 90s ease infinite;
|
||||
}
|
||||
|
||||
@keyframes mmb-anim {
|
||||
0% {background-position-x: left;}
|
||||
50% {background-position-x: right;}
|
||||
100% {background-position-x: left;}
|
||||
}
|
||||
|
||||
.mc-menu {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 70px;
|
||||
}
|
||||
|
||||
.mc-menu .gametitle {
|
||||
pointer-events: none;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.mc-menu:nth-child(2) {
|
||||
display: initial !important;
|
||||
}
|
||||
|
||||
.mc-menu .yellow {
|
||||
font-family: 'Minecraft';
|
||||
color: yellow;
|
||||
text-shadow: 2px 2px 0 black;
|
||||
font-size: 28px;
|
||||
pointer-events: none;
|
||||
transform: translate(330px, -5px) rotate(-20deg);
|
||||
position: absolute;
|
||||
animation: mcmy-anim 2.5s ease-in-out infinite;
|
||||
will-change: contents;
|
||||
}
|
||||
|
||||
@keyframes mcmy-anim {
|
||||
0% {font-size: 28px;}
|
||||
50% {font-size: 20px;}
|
||||
100% {font-size: 28px;}
|
||||
}
|
||||
|
||||
.mc-btn {
|
||||
background-image: url('../assets/button-texture.png');
|
||||
background-repeat: repeat-x;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
padding: 12px;
|
||||
margin: 0% 35% 0.5% 35%;
|
||||
border: black 3px solid;
|
||||
font-family: 'Minecraft';
|
||||
font-weight: lighter;
|
||||
text-shadow: 1.5px 1.5px 0 black;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.mc-btn:hover {
|
||||
background-image: url('../assets/button-texture-hover.png');
|
||||
color: #ffff9b;
|
||||
}
|
||||
|
||||
.mc-menu img {
|
||||
margin-right: -25px;
|
||||
margin-bottom: 5%;
|
||||
}
|
||||
|
||||
.mc-mcopy {
|
||||
color: white;
|
||||
opacity: 0.7;
|
||||
font-family: 'Minecraft';
|
||||
position: absolute;
|
||||
bottom: 3px; left: 3px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.hc {
|
||||
display: inline-flex;
|
||||
padding: 0;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.mc-half {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.mc-lonely {
|
||||
background-image: url('../assets/button-texture.png');
|
||||
background-repeat: repeat-x;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
padding: 12px;
|
||||
width: max-content;
|
||||
border: black 3px solid;
|
||||
font-family: 'Minecraft';
|
||||
font-weight: lighter;
|
||||
text-shadow: 1.5px 1.5px 0 black;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mc-lonely:hover {
|
||||
background-image: url('../assets/button-texture-hover.png');
|
||||
color: #ffff9b;
|
||||
}
|
||||
|
||||
/* MC SECONDARY MENUS */
|
||||
|
||||
.mcsplashscreen {
|
||||
background-image: url('../assets/dirt.jpg');
|
||||
background-size: 100px;
|
||||
background-repeat: repeat;
|
||||
background-attachment: fixed;
|
||||
overflow: hidden;
|
||||
font-family: 'Minecraft' !important;
|
||||
}
|
||||
|
||||
.mcsplashscreen h1 {
|
||||
font-family: 'Minecraft';
|
||||
color: white;
|
||||
font-weight: lighter;
|
||||
text-shadow: 3px 3px 0 #555;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.mcsplashscreen .content {
|
||||
background-image: linear-gradient(to bottom, #000000cb, #00000099, #00000093, #000000bc);
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
min-height: 100px;
|
||||
color: #ccc;
|
||||
margin-top: 50px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.mcsplashscreen strong {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.mcsplashscreen p {
|
||||
font-family: 'Minecraft';
|
||||
font-weight: 100;
|
||||
padding: 0 600px;
|
||||
}
|
||||
|
||||
.mcsplashscreen ul {
|
||||
padding: 0 40%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1400px) {
|
||||
.mcsplashscreen p {
|
||||
padding: 0 100px;
|
||||
}
|
||||
}
|
||||
|
||||
.mcsplashscreen footer {
|
||||
display: inline-flex;
|
||||
padding: 0;
|
||||
width: 30%;
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
left: 35%;
|
||||
}
|
||||
|
||||
.mcsplashscreen footer a {
|
||||
text-transform: none !important;
|
||||
}
|
||||
|
||||
.mcsplashscreen label {
|
||||
color: #aaa;
|
||||
text-align: left !important;
|
||||
width: 350px;
|
||||
position: relative;
|
||||
left: -145px;
|
||||
}
|
||||
|
||||
.mcsplashscreen input {
|
||||
border: 3px solid #bbb;
|
||||
padding: 10px 15px 12px 15px;
|
||||
margin: 5px 0;
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-family: 'Minecraft';
|
||||
font-size: 16px;
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
.shots {
|
||||
height: 35vh;
|
||||
display: inline-block;
|
||||
pointer-events: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
<!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>Social</h1>
|
||||
<div class="content">
|
||||
<iframe src="https://discord.com/widget?id=746258756328751105&theme=dark"
|
||||
width="350" height="500" allowtransparency="true" frameborder="0"
|
||||
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts">
|
||||
Please, update your browser to the latest version, as web frames can not be displayed.
|
||||
</iframe>
|
||||
</div>
|
||||
|
||||
<center><footer>
|
||||
<a href="https://discord.com/users/735128293254103061" target="_blank" class="mc-btn mc-half">Discord profile</a>
|
||||
<a href="mailto:smartlinkwfs@gmail.com" target="_blank" class="mc-btn mc-half">Send email</a>
|
||||
<a href="../" class="mc-btn mc-half">Done</a>
|
||||
</footer></center>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,49 +0,0 @@
|
|||
<!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>
|
||||
|
|
@ -1,46 +0,0 @@
|
|||
<!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>Information</h1>
|
||||
<div class="content">
|
||||
<iframe
|
||||
style="border:none;display:block;margin:auto"
|
||||
src="https://google.com" width="728" height="300">
|
||||
Iframe not supported. Please update your browser.
|
||||
</iframe>
|
||||
<p>
|
||||
Here goes a random <strong>NameMC</strong> embed
|
||||
with information about your server. But instead, let's show
|
||||
some random website like Google, why not?
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<center><footer>
|
||||
<a href="https://es.namemc.com/" target="_blank" class="mc-btn mc-half">Visit NameMC</a>
|
||||
<a href="../" class="mc-btn mc-half">Done</a>
|
||||
</footer></center>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
MIT License copy
|
||||
|
||||
Copyright (c) 2022 José Enrique "JerosGamer89"
|
||||
Minecraft ingame replica website
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
|
@ -1,45 +0,0 @@
|
|||
<!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>
|
||||
|
|
@ -1,58 +0,0 @@
|
|||
<!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>Start playing</h1>
|
||||
<div class="content">
|
||||
<p>
|
||||
<label>Server IP</label><br>
|
||||
<input value="mc.yourserver.ip" id="copyinput" readonly disabled>
|
||||
<br><a class="mc-lonely" style="margin:0 49%;" onclick="copy()">Copy to clipboard</a>
|
||||
<br>
|
||||
<label style="left: -142px;">Game mode</label><br>
|
||||
<input value="Forge + OptiFine (recommended)" id="copyinput" readonly disabled>
|
||||
<br>
|
||||
<label style="left: -110px;">Allowed versions</label><br>
|
||||
<input value="1.16.x to 1.19.x" id="copyinput" readonly disabled>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<center><footer>
|
||||
<a href="https://minecraft.net/" class="mc-btn mc-half">Buy game</a>
|
||||
<a href="../" class="mc-btn mc-half">Done</a>
|
||||
</footer></center>
|
||||
|
||||
<script>
|
||||
function copy() {
|
||||
var copyText = document.getElementById("copyinput");
|
||||
|
||||
copyText.select();
|
||||
copyText.setSelectionRange(0, 99999);
|
||||
|
||||
navigator.clipboard.writeText(copyText.value);
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<!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">
|
||||
<img src="../assets/shots/1.png" class="shots" />
|
||||
<img src="../assets/shots/2.png" class="shots" />
|
||||
<img src="../assets/shots/5.png" class="shots" />
|
||||
</div>
|
||||
|
||||
<center><footer>
|
||||
<a href="../" class="mc-btn mc-half">Done</a>
|
||||
</footer></center>
|
||||
</body>
|
||||
</html>
|
||||