diff options
| -rw-r--r-- | starter-template/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starter-template/index.html b/starter-template/index.html index 1cd335241..08a277208 100644 --- a/starter-template/index.html +++ b/starter-template/index.html @@ -44,5 +44,7 @@ </div><!-- /.container --> + <script src="../assets/js/jquery.js"></script> + <script src="../bootstrap/js/bootstrap.min.js"></script> </body> </html>
\ No newline at end of file |
