diff options
| -rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index fb47d8b..6ed250e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -35,8 +35,8 @@ </li> {% endfor %} </ul> - <hr> - <footer> + <hr class="mt4 white-20"> + <footer class="tr"> Created by <a href="https://yuv.al" class="link dim green">Yuval Adam</a>. Maintained collaboratively on <a href="https://github.com/yuvadm/namehack.club" class="link dim green">Github</a>. </footer> |
