0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-03 01:52:19 +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 --> </div><!-- /.container -->
<script src="../assets/js/jquery.js"></script>
<script src="../bootstrap/js/bootstrap.min.js"></script>
</body> </body>
</html> </html>