summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAnna Knoerr <an.kn@protonmail.ch>2021-12-21 05:38:24 +0100
committerAnna Knoerr <an.kn@protonmail.ch>2021-12-21 05:38:24 +0100
commit93fd72d250c8c056a0d9ebe5eb1bf93cfbe0e7a6 (patch)
tree4ae438e9d7939d0fd51042dea61e0e642ef4eeac /index.html
parent103cb6e560ed4847f89d6689c37ff563fa823f61 (diff)
rearranged code...
Diffstat (limited to 'index.html')
-rw-r--r--index.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/index.html b/index.html
index 75bc745..c4b80e4 100644
--- a/index.html
+++ b/index.html
@@ -96,7 +96,6 @@
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
-</html>
<style>
.columns {
@@ -160,4 +159,17 @@
}
</script>
+ <body>
+
+ <!-- Bootstrap core JavaScript
+ ================================================== -->
+ <!-- Placed at the end of the document so the pages load faster -->
+ <script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/js/vendor/jquery.min.js"><\/script>')</script>
+ <script src="dist/js/bootstrap.min.js"></script>
+ <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+ <script src="assets/js/ie10-viewport-bug-workaround.js"></script>
+ </body>
+
+
</html>