Issues with local files
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">
|
<link href="https://getbootstrap.com/docs/4.0/examples/starter-template/starter-template.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- My imports -->
|
<!-- My imports -->
|
||||||
<link href="index.css" rel="stylesheet">
|
<link href="/static/index.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- End of my imports -->
|
<!-- End of my imports -->
|
||||||
|
|
||||||
@ -75,8 +75,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="main-app" style="display: flex; flex-wrap: wrap;">
|
<div id="main-app" style="display: flex; flex-wrap: wrap;">
|
||||||
</div>
|
</div>
|
||||||
<script src="components.js"></script>
|
<script src="/static/components.js"></script>
|
||||||
<script src="app.js"></script>
|
<script src="/static/app.js"></script>
|
||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
|
|||||||
Reference in New Issue
Block a user