Add Maintenence banner to many pages, swap many from using footer.js
directly to using script.js
.
This commit is contained in:
parent
3e6a3328d3
commit
2d816d534d
20 changed files with 42 additions and 26 deletions
|
@ -51,6 +51,6 @@
|
|||
|
||||
move();
|
||||
</script>
|
||||
<script src="/footer.js"></script>
|
||||
<script src="/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/construction"></script> -->
|
||||
</head>
|
||||
<body>
|
||||
<h5 hidden id='Maintenance' class="center"></h5>
|
||||
<span class="center force-color">
|
||||
<h5>Code of Hexics</h5>
|
||||
<p>1. All hail jinn6</p>
|
||||
|
|
|
@ -10,7 +10,10 @@
|
|||
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/construction"></script> -->
|
||||
</head>
|
||||
<body>
|
||||
<h3 id='Construction' class=center><span class="warning">Page under construction.</span></h3>
|
||||
<h5 hidden id='Maintenance' class="center"></h5>
|
||||
<span class="center force-color">
|
||||
<h3 id='Construction' class=center><span class="warning">Page under construction.</span></h3>
|
||||
</span>
|
||||
<script src="/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -87,6 +87,6 @@
|
|||
}
|
||||
move();
|
||||
</script>
|
||||
<script src="/footer.js"></script>
|
||||
<script src="/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/construction"></script> -->
|
||||
</head>
|
||||
<body>
|
||||
<h5 hidden="" id="Maintenance" class="center"></h5>
|
||||
<h5 hidden id='Maintenance' class="center"></h5>
|
||||
<span class="center">
|
||||
<h5 id='Construction' class="force-color">Error Debugging</h5>
|
||||
<a href="/cause-error-500" class="cyan">Error 500</a>
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
<body>
|
||||
<h5 hidden id='Maintenance' class=center></h5>
|
||||
<h4 class="center rainbow">You shouldn't be here.</h4>
|
||||
<script src="/footer.js"></script>
|
||||
<script src="/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -52,6 +52,6 @@
|
|||
<h5 hidden id='Maintenance' class=center></h5>
|
||||
<script src="hidden2.js"></script>
|
||||
<span class="center rainbow" id='shh'>There should be stuff here in a second. If there's not, then reload. (Or, you know, you have javascript turned off.)</span>
|
||||
<span class="center rainbow">Note: if you can't see anything after the page loads, it might be that you have "auto-dark" extension on, or you're using some builtin browser feature that darkens webpages, and decided to invert the images. If that is the case, sorry! Can't fix that and have the page not be blinding. -\(-_-)/-</span>
|
||||
<span class="center rainbow">Note: if you can't see anything after the page loads, it might be that you have some "auto-dark" extension on, or you're using some builtin browser feature that darkens webpages, and decided to invert the images. If that is the case, sorry! Can't fix that and have the page not be blinding. ¯\_(ツ)_/¯</span>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -10,14 +10,15 @@
|
|||
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/modpack"></script> -->
|
||||
</head>
|
||||
<body>
|
||||
<h5 hidden id='Maintenance' class="center"></h5>
|
||||
<span class=center>
|
||||
<h3 id='Construction' class=force-color>Modpack downloads</h3>
|
||||
<h3 class=force-color>Modpack downloads</h3>
|
||||
<a href="/raw/modpack-v1.0.0.zip" class=cyan>V1.0.0</a><br/>
|
||||
<a href="/raw/modpack-v1.0.1.zip" class=cyan>V1.0.1</a><br/>
|
||||
<a href="/raw/modpack-v1.0.2.zip" class=cyan>V1.0.2</a><br/>
|
||||
<a href="/raw/modpack-v1.0.3.zip" class=cyan>V1.0.3</a><br/>
|
||||
<a href="/raw/modpack-v1.0.4.zip" class=cyan>V1.0.4</a>
|
||||
</span=>
|
||||
</span>
|
||||
<script src="/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -68,6 +68,6 @@
|
|||
<h4 class="rainbow">This website has had <span id="403error">0</span> error 403s.</h4>
|
||||
<h4 class="rainbow">This website has had <span id="500error">0</span> error 500s.</h4>
|
||||
</span>
|
||||
<script src="/footer.js"></script>
|
||||
<script src="/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue