diff options
| author | Mark Otto <[email protected]> | 2012-07-17 19:11:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-17 19:11:51 -0700 |
| commit | 16fa610ea4303438e2c3f07759178803e8bc889c (patch) | |
| tree | 4e6e7cf419d34d579984bffa50350b029475fdad /docs/getting-started.html | |
| parent | 478396fd4eaacd505104f44f97e0470409ce433a (diff) | |
| parent | 40ab928315f4db0566c92b36373ff60b3abfffbc (diff) | |
| download | bootstrap-16fa610ea4303438e2c3f07759178803e8bc889c.tar.xz bootstrap-16fa610ea4303438e2c3f07759178803e8bc889c.zip | |
Merge branch '2.1.0-wip' of github.com:twitter/bootstrap into 2.1.0-wip
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> |
