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
|
@ -10,6 +10,7 @@
|
|||
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/404error"></script> -->
|
||||
</head>
|
||||
<body>
|
||||
<h5 hidden id='Maintenance' class="center"></h5>
|
||||
<h1 class="center warning">404 Not Found</h1>
|
||||
<% if (typeof message !== 'undefined') { %>
|
||||
<h2 class="center warning">Error message:</h2>
|
||||
|
@ -17,6 +18,6 @@
|
|||
<% } else { %>
|
||||
<p class="center warning">The requested page was not found on the server.</p>
|
||||
<% } %>
|
||||
<script src="/footer.js"></script>
|
||||
<script src="/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue