updated stuff

This commit is contained in:
Thomas G 2022-06-19 19:37:55 +10:00
parent 723b8d81d3
commit 65f2090f17
7 changed files with 67 additions and 3 deletions

View File

@ -43,6 +43,7 @@
</div>
<footer>
<a href="privacy.html">Privacy Policy</a>
<a href="tos.html">Terms of Service</a>
</footer>
</body>
</html>

View File

@ -46,6 +46,7 @@
</div>
<footer>
<a href="privacy.html">Privacy Policy</a>
<a href="tos.html">Terms of Service</a>
</footer>
</body>
</html>

View File

@ -44,6 +44,7 @@
</div>
<footer>
<a href="privacy.html">Privacy Policy</a>
<a href="tos.html">Terms of Service</a>
</footer>
</body>
</html>

View File

@ -43,6 +43,7 @@
</div>
<footer>
<a href="privacy.html">Privacy Policy</a>
<a href="tos.html">Terms of Service</a>
</footer>
</body>
</html>

View File

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Free Games at morblox.us</title>
<meta content="Free Games at morblox.us" property="og:title"/>
<title>Privacy Policy - morblox.us</title>
<meta content="morblox.us - Privacy Policy" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://thomasluigi07.github.io/MORBLOX-WEBSITE/" property="og:url"/>
<meta content="https://thomasluigi07.github.io/MORBLOX-WEBSITE/MORBLOXlogo.png" property="og:image"/>
@ -66,7 +66,8 @@
<p>If you have any queries or complaints about our Privacy Policy, please contact us on our Discord.</p>
</div>
<footer>
<p>Privacy Policy</p>
<a href="privacy.html">Privacy Policy</a>
<a href="tos.html">Terms of Service</a>
</footer>
</body>
</html>

View File

@ -43,6 +43,7 @@
</div>
<footer>
<a href="privacy.html">Privacy Policy</a>
<a href="tos.html">Terms of Service</a>
</footer>
</body>
</html>

58
tos.html Normal file
View File

@ -0,0 +1,58 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Terms of Service - morblox.us</title>
<meta content="morblox.us - Terms of Service" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://thomasluigi07.github.io/MORBLOX-WEBSITE/" property="og:url"/>
<meta content="https://thomasluigi07.github.io/MORBLOX-WEBSITE/MORBLOXlogo.png" property="og:image"/>
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<link rel="apple-touch-icon" href="MORBLOX.png"/>
<link rel="apple-touch-startup-image" href="MORBLOXSplash.png"/>
<link rel="icon" type="image/x-icon" href="MORBLOX.ico">
<link rel="stylesheet" href="main.css">
<script src="main.js"></script>
</head>
<body>
<header class="navbar">
<a id="logo_full" href="index.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<a id="logo_small" class="invisible" href="index.html"><img alt="MORBLOX Logo" src="MORBLOXlogoshort.png" width="40" height="40"/></a>
<div class="navbarbuttoncontainer">
<a class="navbarbutton" href="home.html">Home</a>
<a class="navbarbutton" href="games.html">Games</a>
<a class="navbarbutton" href="catalog.html">Catalog</a>
<a class="navbarbutton" href="build.html">Build</a>
<a class="navbarbutton" href="upgrade.html">Upgrade</a>
<a class="navbarbutton" href="forum.html">Forum</a>
</div>
</header>
<header class="smallnav">
<div class="smallnavbarbuttoncontainer">
<a class="smallnavbarbutton" href="profile.html">Profile</a>
<a class="smallnavbarbutton" href="avatar.html">Avatar</a>
<a class="smallnavbarbutton" href="Settings.html">Settings</a>
</div>
</header>
<header class="invisible" id="alert">
<p class="alerttext" id="alerttext">ALERT TEXT</p>
</header>
<div class="content">
<h1>Terms of Service</h1>
<p>Welcome to MORBLOX! Before signing up, please read the <a href="privacy.html">Privacy Policy.</a></p>
<h2>Our Rules</h2>
<p>&#x2022; Swearing is fine, but please do not say any racial or homophobic slurs.</p>
<p>&#x2022; Do not upload NSFW/NSFL content to MORBLOX, or post links to that contents.</p>
<p>&#x2022; Do not upload extremley loud audios.</p>
<p>&#x2022; You must be over the age of 13 to play MORBLOX due to privacy laws.</p>
<p>&#x2022; Don't minimod, or pretend to be a MORBLOX Developer or Administrator.</p>
<p>&#x2022; Do not scam other users out of their MORBUX.</p>
<p>&#x2022; Do not harass other users.</p>
</div>
<footer>
<a href="privacy.html">Privacy Policy</a>
<a href="tos.html">Terms of Service</a>
</footer>
</body>
</html>