diff options
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"> |