diff options
author | davidovski <david@davidovski.xyz> | 2021-10-31 00:31:46 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-10-31 00:31:46 +0100 |
commit | 3a396753ef985699b52dd056796f338415c99b37 (patch) | |
tree | ba121cd2215e12d4ecbc8a0393aa66faba20b44c /templates | |
parent | 83ea97d28fe569e90311713379fdb47c453a3a1c (diff) |
added gif image generation
Diffstat (limited to 'templates')
-rw-r--r-- | templates/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/about.html b/templates/about.html index 7a7f30f..8937865 100644 --- a/templates/about.html +++ b/templates/about.html @@ -7,7 +7,7 @@ <p>if you want to contact me, you can message me on matrix <code>@davidovski:matrix.org</code> (i will make my own homeserver soon ok?) or discord <code>iksvo#6239</code>. I'll be also happy to reply to any emails, linked at the top of the page</p> </div> <div class="image"> - <img src="/images/remotecontrol.png"> + <img src="/images/remotecontrol.gif"> </div> </div> <hr> |