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 /cosmo | |
parent | 57a25bd6da65fcc034c2029c0390272830572b93 (diff) |
open sandbox option
Diffstat (limited to 'cosmo')
-rw-r--r-- | cosmo/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cosmo/index.html b/cosmo/index.html index edb82135..cadc9b0e 100644 --- a/cosmo/index.html +++ b/cosmo/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">Cosmo <span class="caret"></span></a> <ul class="dropdown-menu" aria-labelledby="download"> + <li><a href="http://jsfiddle.net/bootswatch/h3fgn55j/">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> |