Add Status page.

This commit is contained in:
2021-01-14 16:40:18 -05:00
parent 86c95bb012
commit 3ddd84ae16
3 changed files with 173 additions and 19 deletions

View File

@ -16,7 +16,7 @@
<link href="https://getbootstrap.com/docs/4.0/examples/starter-template/starter-template.css" rel="stylesheet">
<!-- My imports -->
<link href="/static/index.css" rel="stylesheet">
<link href="./static/index.css" rel="stylesheet">
<!-- End of my imports -->
@ -75,8 +75,8 @@
</div>
<div id="main-app" style="display: flex; flex-wrap: wrap;">
</div>
<script src="/static/components.js"></script>
<script src="/static/app.js"></script>
<script src="./static/components.js"></script>
<script src="./static/app.js"></script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->