temp finish

This commit is contained in:
2025-07-26 14:25:22 -05:00
parent 34e5512a8d
commit fdc5b12a61
3 changed files with 8 additions and 6 deletions

View File

@@ -1,8 +1,9 @@
{% block content %}
<div class="foreground"></div>
<div class="foregroundContent">
<h2 class='concentratedHead'>Status Page</h2>
<h4>Page under construction</h4>
<h2 class='concentratedHead'>Server Status Page</h2>
<h3>Page Disabled</h3>
{# <h4>Page under construction</h4>
<table>
<tr>
<th>Host</th>
@@ -30,5 +31,6 @@
<td></td>
</tr>
</table>
#}
</div>
{% endblock %}