diff options
| author | Yuval Adam <_@yuv.al> | 2022-10-28 13:05:55 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-10-28 13:05:55 +0300 |
| commit | 12d940dc93a274a0b83635b25349b00dcd6b2aac (patch) | |
| tree | 890390ab05431c20b495e18ea10d2d96841f92bc | |
| parent | 30aaf65133376abf9189d50d3fed1bd2f03dd3c2 (diff) | |
Footer style
| -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> |
