Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Adds image dimensions

AuthorDaveJarvis <email>
Date2023-11-04 15:16:06 GMT-0700
Commitcc4d470928049f869b5c50bc487717b4edf6686a
Parent9d77e57
Delta8 lines added, 0 lines removed, 8-line increase
www/index.shtml
src="images/icons/linux.svg"
alt="Download for Linux"
+ width="157px"
+ height="75px"
class="download"></a>
<a href="downloads/keenwrite.jar"
class="download"
title="Download for Java virtual machine"
aria-label="Download for Java"><img
src="images/icons/java.svg"
alt="Download for Java"
+ width="157px"
+ height="75px"
class="download"></a>
<a href="downloads/KeenWrite.exe"
class="download"
title="Download for 64-bit Windows (x86)"
aria-label="Download for Windows"><img
src="images/icons/windows.svg"
alt="Download for Windows"
+ width="157px"
+ height="75px"
class="download"></a>
<a href="downloads/keenwrite.app"
class="download"
title="Download for 64-bit MacOS (x86)"
aria-label="Download for MacOS"><img
src="images/icons/apple.svg"
alt="Download for MacOS"
+ width="157px"
+ height="75px"
class="download"></a>
</div>