Issues with local files

This commit is contained in:
2021-01-07 12:36:03 -05:00
parent 988acb4a90
commit aeb8b4fb52

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="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="components.js"></script>
<script src="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 -->