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/500error"></script> -->
|
||||
</head>
|
||||
<body>
|
||||
<h5 hidden id='Maintenance' class="center"></h5>
|
||||
<h1 class="center warning">500 Internal Server Error</h1>
|
||||
<p class="center warning">An error has occurred on the server.</p>
|
||||
<% if (error) { %>
|
||||
|
@ -18,6 +19,6 @@
|
|||
<h2 class="center warning">Stack trace:</h2>
|
||||
<pre class="center warning"><%= error.stack %></pre>
|
||||
<% } %>
|
||||
<script src="/footer.js"></script>
|
||||
<script src="/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue