diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-26 08:04:03 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-26 08:04:03 -0700 |
| commit | f832f4037e8c7df986bf42c456902fb98a4c2144 (patch) | |
| tree | 2109917100020b6db9bae9854fbb579f2f18e97e /templates/index.html.template | |
| parent | Get rid of the blog and use webp. (diff) | |
| download | roseh.moe-f832f4037e8c7df986bf42c456902fb98a4c2144.tar.zst | |
Fix the front page icon.
Diffstat (limited to 'templates/index.html.template')
| -rw-r--r-- | templates/index.html.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html.template b/templates/index.html.template index 9591293..ee405e4 100644 --- a/templates/index.html.template +++ b/templates/index.html.template @@ -6,7 +6,7 @@ <section> <div style="display:flex"> - <img src="/static/index/kanna.webp" alt="A dragon loli" style="border-radius:50%;margin:-100px auto 20px"> + <img src="/static/index/kanna.webp" alt="A dragon loli" style="border-radius:50%;margin:-145px auto 20px"> </div> <p><a href="/pong">Games?</a> (Warning: loud)</p> |
