diff options
| author | Mark Otto <[email protected]> | 2013-07-30 17:41:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-30 17:41:57 -0700 |
| commit | 6c2db4bbbeff786c4174be8b98c051ae75bad091 (patch) | |
| tree | a447490eafd79bd7d83e8c31d5890fb86ae0aaf1 | |
| parent | 4a060881d7fea94b8988bb5b1f4da9f3c001ce5d (diff) | |
| parent | 07dd62ed7c297c6df10f05fe62a28dda83c165e3 (diff) | |
| download | bootstrap-6c2db4bbbeff786c4174be8b98c051ae75bad091.tar.xz bootstrap-6c2db4bbbeff786c4174be8b98c051ae75bad091.zip | |
Merge pull request #16 from ssorallen/starter-template-js
Add jQuery + Bootstrap JS to starter template
| -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 |
