diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-06-17 17:39:13 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-06-17 17:39:13 -0400 |
commit | 17c540fc704b406e6cef303686ccc73f9f85715b (patch) | |
tree | 8e35ea3127c3984745f595d4f47b4a36458f7527 /united | |
parent | 57a25bd6da65fcc034c2029c0390272830572b93 (diff) |
open sandbox option
Diffstat (limited to 'united')
-rw-r--r-- | united/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/united/index.html b/united/index.html index 15ae4560..546bd117 100644 --- a/united/index.html +++ b/united/index.html @@ -71,8 +71,10 @@ <a href="http://news.bootswatch.com">Blog</a> </li> <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#" id="download">Download <span class="caret"></span></a> + <a class="dropdown-toggle" data-toggle="dropdown" href="#" id="download">United <span class="caret"></span></a> <ul class="dropdown-menu" aria-labelledby="download"> + <li><a href="http://jsfiddle.net/bootswatch/cvLkpsx0/">Open Sandbox</a></li> + <li class="divider"></li> <li><a href="./bootstrap.min.css">bootstrap.min.css</a></li> <li><a href="./bootstrap.css">bootstrap.css</a></li> <li class="divider"></li> |