bootstrap.js added

This commit is contained in:
Jamie Kerner 2018-11-19 14:48:54 +01:00
parent dc2615b9c3
commit 4a0164eac6
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@
<h1>InstantChat</h1>
<script src="js/jquery-3.3.1.js"></script>
<!--Bootstrap Tooltip Library, not needed yet-->
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>-->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="js/client.js"></script>
</body>