15 lines
788 B
HTML
15 lines
788 B
HTML
|
|
|
|
<footer class="footer">
|
|
<p class="pull-right"><a href="#">Back to top</a></p>
|
|
<p>Designed and built <a href="http://twitter.com/glenux" target="_blank">@glenux</a>.</p>
|
|
<p>Code licensed under the <a href="http://www.gnu.org/licenses/gpl-3.0-standalone.html" target="_blank">GNU GPL 3.0</a>.
|
|
Documentation licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0</a>.</p>
|
|
<p>Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
|
|
|
|
</footer>
|
|
</div><!--container-->
|
|
<script src="{{ site.baseurl }}/js/jquery-1.7.2.min.js"></script></script>
|
|
<script src="{{ site.baseurl }}/js/bootstrap.min.js"></script></script>
|
|
</body>
|
|
</html>
|