diff options
| author | Mark Otto <[email protected]> | 2013-01-30 17:45:02 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-30 17:45:02 -0800 |
| commit | a5fc3e06676769a0586d0cfed93632691c6e79a6 (patch) | |
| tree | 0c20131fe9245487133a80bdd06e187b27bc8dc0 /docs/getting-started.html | |
| parent | 3b6b8e9f410474fc2f258b4d4637893dbfbb326e (diff) | |
| download | bootstrap-a5fc3e06676769a0586d0cfed93632691c6e79a6.tar.xz bootstrap-a5fc3e06676769a0586d0cfed93632691c6e79a6.zip | |
make on prev commit
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index ad8338590..91026e009 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -205,10 +205,11 @@ <html> <head> <title>Bootstrap 101 Template</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <h1>Hello, world!</h1> - <script src="http://code.jquery.com/jquery-latest.js"></script> + <script src="http://code.jquery.com/jquery.js"></script> </body> </html> </pre> @@ -223,7 +224,7 @@ </head> <body> <h1>Hello, world!</h1> - <script src="http://code.jquery.com/jquery-latest.js"></script> + <script src="http://code.jquery.com/jquery.js"></script> <script src="js/bootstrap.min.js"></script> </body> </html> |
