Browse Source

Add link to GitHub profile

pm2
Luke Childs 8 years ago
parent
commit
88cb07bbad
  1. 4
      assets/style.css
  2. 1
      views/index.html

4
assets/style.css

@ -245,6 +245,10 @@ footer {
background: #fff;
}
.me {
float: right;
}
/* Large desktop */
@media (min-width: 1230px) {
pre {

1
views/index.html

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

Loading…
Cancel
Save