Add Maintenence banner to many pages, swap many from using footer.js directly to using script.js.

This commit is contained in:
Firepup Sixfifty 2024-05-04 23:28:59 -05:00
parent 3e6a3328d3
commit 2d816d534d
No known key found for this signature in database
GPG key ID: 7C92E2ABBBFAB9BA
20 changed files with 42 additions and 26 deletions

View file

@ -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>