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 | 86900ff45e05238f67cc14daef7fe76ded69385e (patch) | |
| tree | ba121cd2215e12d4ecbc8a0393aa66faba20b44c /templates | |
| parent | e6fd1805244fb40f3365217fd130618881c5fdef (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> | 
