2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Merge pull request #16 from ssorallen/starter-template-js

Add jQuery + Bootstrap JS to starter template
This commit is contained in:
Mark Otto
2013-07-30 17:41:57 -07:00
+2
View File
@@ -44,5 +44,7 @@
</div><!-- /.container -->
<script src="../assets/js/jquery.js"></script>
<script src="../bootstrap/js/bootstrap.min.js"></script>
</body>
</html>