2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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
+1 -1
View File
@@ -216,10 +216,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>