fixed css, tos. added 405

This commit is contained in:
Thomas G 2022-07-06 21:15:15 +10:00
parent e098003683
commit f73c01546c
3 changed files with 40 additions and 2 deletions

View File

@ -502,7 +502,7 @@
width: 80%; width: 80%;
height: 100%; height: 100%;
left: 20%; left: 20%;
background-color: #ffffff; background-color: rgba(132, 132, 132, 0.8);
padding-bottom: 5px; padding-bottom: 5px;
padding-top: 5px; padding-top: 5px;
} }

View File

@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>{{ env('APP_NAME') }} - 405</title>
<meta content="ARCHBLOX - 405" property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com" property="og:url"/>
<meta content="https://archblox.com/img/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"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
<script src="{{ asset('js/403.js') }}"></script>
</head>
<body>
<br>
<div id="logo_signup">
<a href="{{ route('index') }}"><img alt="ARCHBLOX Logo" src="{{ asset('img/ARCHBLOXarched.png') }}"
width="200" height="40" /></a>
<p id="morbin">We're Still Morbin'</p>
</div>
<div class="content_signup">
<h2>405 Method Not Allowed</h2>
<p>What have you done.</p>
<p>Luigi: YOU CANNOT ESCAPE. YOU WILL BE DESTROYED IN <span id="timeElement">5</span></p>
<img alt="Angry Luigi" src="{{ asset('img/error.png') }}" width="100%" height="max-content">
</div>
<div id="footer_signup">
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin
time!</p>
<p><a href="{{ route('privacy') }}">Privacy Policy</a> <a href="{{ route('tos') }}">Terms of Service</a></p>
</div>
</body>
</html>

View File

@ -35,7 +35,7 @@
<p>&#x2022; Do not upload NSFW/NSFL content to ARCHBLOX, or post links to that contents. (Termination)</p> <p>&#x2022; Do not upload NSFW/NSFL content to ARCHBLOX, or post links to that contents. (Termination)</p>
<p>&#x2022; You must be over the age of 13 to play ARCHBLOX. (Termination)</p> <p>&#x2022; You must be over the age of 13 to play ARCHBLOX. (Termination)</p>
<p>&#x2022; Don't mini-mod, or pretend to be a ARCHBLOX Developer or Administrator. (Warning, Ban for few days)</p> <p>&#x2022; Don't mini-mod, or pretend to be a ARCHBLOX Developer or Administrator. (Warning, Ban for few days)</p>
<p>&#x2022; Do not scam other users for their MORBUX. (Ban for few days, Termination)</p> <p>&#x2022; Do not scam other users for their ARKOTs. (Ban for few days, Termination)</p>
<p>&#x2022; Do not harass other users. (Ban for few days, Termination)</p> <p>&#x2022; Do not harass other users. (Ban for few days, Termination)</p>
<p>&#x2022; Do not make accounts for the purpose of breaking rules. (Termination)</p> <p>&#x2022; Do not make accounts for the purpose of breaking rules. (Termination)</p>
<p>&#x2022; Exploiting is NOT allowed, unless you are testing it in your own game. (Termination)</p> <p>&#x2022; Exploiting is NOT allowed, unless you are testing it in your own game. (Termination)</p>