diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/components.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/components.html b/tests/components.html index 2dda8752..9d473b82 100644 --- a/tests/components.html +++ b/tests/components.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>Bootswatch: Components</title> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="stylesheet" href="../default/bootstrap.css" media="screen" id="stylesheet"> + <link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.css" media="screen" id="stylesheet"> <link rel="stylesheet" href="../assets/css/bootswatch.min.css"> <style> @@ -89,8 +89,8 @@ <div class="container"> <div class="page-header"> - <h1 id="theme">Amelia</h1> - <p id="description" class="lead">Sweet and cheery</p> + <h1 id="theme">Bootstrap</h1> + <p id="description" class="lead">HTML, CSS, and JS framework for developing responsive, mobile first projects on the web</p> </div> |