Browse Source

Issues with local files

hkremer/rebranding
Gregory Rudolph 3 years ago
parent
commit
aeb8b4fb52
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 6
      static/index.html

6
static/index.html

@ -16,7 +16,7 @@ @@ -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 @@ @@ -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 -->

Loading…
Cancel
Save