aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-30 17:41:57 -0700
committerMark Otto <[email protected]>2013-07-30 17:41:57 -0700
commit6c2db4bbbeff786c4174be8b98c051ae75bad091 (patch)
treea447490eafd79bd7d83e8c31d5890fb86ae0aaf1
parent4a060881d7fea94b8988bb5b1f4da9f3c001ce5d (diff)
parent07dd62ed7c297c6df10f05fe62a28dda83c165e3 (diff)
downloadbootstrap-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.html2
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