diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-08-05 22:21:12 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-08-05 22:21:12 -0400 |
commit | 7e9ce719e51e36404b68bd4de86ae8546fbe0f9e (patch) | |
tree | e9ac6537a53d4d1d7f30f8e744444fe6d094122c /index.html | |
parent | dabbc85d4fae560b61ba6e765f5246aca031b38b (diff) |
index: updated to 2.0.4 and minified
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -6,13 +6,12 @@ <meta name="description" content="Free themes for Twitter Bootstrap."> <title>Bootswatch: Free themes for Twitter Bootstrap</title> - <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> - <link href="assets/css/bootstrap.css" rel="stylesheet"> - <link href="assets/css/bootstrap-responsive.css" rel="stylesheet"> + <link href="assets/css/bootstrap.min.css" rel="stylesheet"> + <link href="assets/css/bootstrap-responsive.min.css" rel="stylesheet"> <link href="css/bootswatch.css" rel="stylesheet"> <link rel="alternate" type="application/rss+xml" title="Bootswatch" href="http://feeds.feedburner.com/bootswatch"> |