Moved JS to bottom as per best practices

This commit is contained in:
Martin Bean
2012-07-13 22:25:47 +01:00
parent 93b1519017
commit 74b167b86d
3 changed files with 3 additions and 3 deletions

View File

@@ -145,10 +145,10 @@
<title>Bootstrap 101 Template</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<script src="js/bootstrap.min.js"></script>
</head>
<body>
<h1>Hello, world!</h1>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
</pre>