Add Status page.
This commit is contained in:
@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user