diff options
| author | Mark Otto <[email protected]> | 2011-09-10 21:54:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-10 21:54:11 -0700 |
| commit | 536fe2c7437969ec64c14d6d790c5e7c684a6ccc (patch) | |
| tree | c2b910bba9606bc80d4087328c10e32f629e5ac0 /docs/javascript.html | |
| parent | 8130b113bb03aa134be3f977d493a3bed9bb1d3d (diff) | |
| download | bootstrap-536fe2c7437969ec64c14d6d790c5e7c684a6ccc.tar.xz bootstrap-536fe2c7437969ec64c14d6d790c5e7c684a6ccc.zip | |
add footer to js docs
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 3933e8397..10acbbf5b 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -448,6 +448,18 @@ Sunt qui biodiesel mollit officia, fanny pack put a bird on it thundercats seita </div> </section> - </div> + + </div><!-- /container --> + + <footer class="footer"> + <div class="container"> + <p class="pull-right"><a href="#">Back to top</a></p> + <p> + Designed and built with all the love in the world <a href="http://twitter.com/twitter" target="_blank">@twitter</a> by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.<br /> + Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. + </p> + </div> + </footer> + </body> -</html>
\ No newline at end of file +</html> |
