diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-01-17 14:37:49 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-01-17 14:37:49 -0500 |
commit | 5d406e88fa6bd31f7b8b65648ee45afb175856c8 (patch) | |
tree | cccb8a9d1b789b3ab8c3cf3965e5ddc884844a5e /2 | |
parent | 696e118f060ceb859ae5b55cfea35f26f4d1fbce (diff) |
add alert about v3 to v2 page
Diffstat (limited to '2')
-rw-r--r-- | 2/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2/index.html b/2/index.html index ee32dd1e..471c1048 100644 --- a/2/index.html +++ b/2/index.html @@ -80,6 +80,12 @@ </div> <div class="hero-unit"> + + <div class="alert alert-danger"> + <p><h4 class="alert-heading">Have you upgraded?</h4></p> + <p><a href="../">Visit the main page</a> to get the latest Bootstrap themes.</p> + </div> + <h1>Bootswatch</h1> <p id="tagline"> </p> |