1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02: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

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>