diff options
| author | Martin Bean <[email protected]> | 2012-07-13 22:25:47 +0100 |
|---|---|---|
| committer | Martin Bean <[email protected]> | 2012-07-13 22:25:47 +0100 |
| commit | 74b167b86d981190120cbc8ba350e99702f0ec00 (patch) | |
| tree | c0dff98d72011eb234145fb986719ac303fd4c61 /docs/getting-started.html | |
| parent | 93b1519017ecf002883b72cd69d4e08fc2500697 (diff) | |
| download | bootstrap-74b167b86d981190120cbc8ba350e99702f0ec00.tar.xz bootstrap-74b167b86d981190120cbc8ba350e99702f0ec00.zip | |
Moved JS to bottom as per best practices
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 51eab2841..d46232fc2 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -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> |
