0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-23 15:52:21 +01: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
commit 6c2db4bbbe

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>