Update maintenance.php
This commit is contained in:
parent
7cdcbebeb9
commit
3972b193f0
|
|
@ -37,15 +37,15 @@ $getitstarted->header();
|
|||
">
|
||||
<h1 class="display grufont" style="font-size: 5rem;">G <span class="gotham"><?php echo strtoupper($sitename); ?></span></h1>
|
||||
<p>Under maintenance.</p>
|
||||
<button type="button" class="btn btn-dark text-dark" onclick="donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();donot();">DO NOT PRESS!</button>
|
||||
<button type="button" class="btn btn-dark text-dark" onclick="donot();">DO NOT PRESS!</button>
|
||||
</main>
|
||||
|
||||
<?php // am I really calling php just to make a comment? yes this just scares the user that uses it, thats all, bye ?>
|
||||
<img id="thing" class="d-none" style="width:100vw; height:100vh; z-index: 3;" src="/assets/fake%20mr%20beast.webp" alt="MR BEAST!!!!!!!!!">
|
||||
<!-- <img id="thing" class="d-none" style="width:100vw; height:100vh; z-index: 3;" src="/assets/fake%20mr%20beast.webp" alt="MR BEAST!!!!!!!!!"> -->
|
||||
<iframe id="thing" class="d-none" style="width:100vw; height:100vh; z-index: 3;" frameborder="0" src="https://www.youtube.com/embed/ghgonGI2Uc8?controls=0"></iframe>
|
||||
<script>
|
||||
function donot() {
|
||||
var audio = new Audio('/assets/my%20life%20be%20like.mp3');
|
||||
audio.play();
|
||||
// audio.play();
|
||||
var element3 = document.getElementById("navbar");
|
||||
element3.classList.add("d-none");
|
||||
var element2 = document.getElementById("body");
|
||||
|
|
|
|||
Loading…
Reference in New Issue