Browse Source

Add link to about page in footer

pm2
Luke Childs 8 years ago
parent
commit
840a5aaa0d
  1. 7
      views/index.html

7
views/index.html

@ -26,7 +26,12 @@
<footer>
<div class="wrapper">
<a target="_blank" href="//github.com/lukechilds/tor-explorer">Source code</a> - <a target="_blank" href="//github.com/lukechilds/tor-explorer/issues">Report a bug</a>
<a href="/about">About</a>
-
<a target="_blank" href="//github.com/lukechilds/tor-explorer">Source code</a>
-
<a target="_blank" href="//github.com/lukechilds/tor-explorer/issues">Report a bug</a>
<span class="me">A thing by <a target="_blank" href="//github.com/lukechilds">@lukechilds</a></span>
</div>
</footer>

Loading…
Cancel
Save