Add files via upload

This commit is contained in:
MattTheTekie 2024-07-31 10:49:30 -04:00 committed by GitHub
commit 7cd5af0dd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 191 additions and 0 deletions

41
Venith-MC/403.html Normal file
View file

@ -0,0 +1,41 @@
<!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>

42
Venith-MC/404.html Normal file
View file

@ -0,0 +1,42 @@
<!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>

21
Venith-MC/LICENSE Normal file
View file

@ -0,0 +1,21 @@
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.

16
Venith-MC/README.md Normal file
View file

@ -0,0 +1,16 @@
# 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.

49
Venith-MC/index.html Normal file
View file

@ -0,0 +1,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">&copy;&nbsp;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>

22
Venith-MC/mit.txt Normal file
View file

@ -0,0 +1,22 @@
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.