]> git.wh0rd.org - nano-editor.git/commitdiff
download: add Windows link, and fix style for others
authorMike Frysinger <vapier@gmail.com>
Mon, 10 Aug 2026 19:52:49 +0000 (01:37 +0545)
committerMike Frysinger <vapier@gmail.com>
Mon, 10 Aug 2026 19:52:49 +0000 (01:37 +0545)
download.php

index 9865c25369543f5c80385ee4f31b34bef5e4b7dc..212e1e031a6065467f568c7fd2cf5843ea7b59a0 100644 (file)
@@ -64,7 +64,7 @@
 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
 
 <tr>
-<td>Archlinux binaries:</td>
+<td>Arch Linux binaries:</td>
 <td><a href="https://www.archlinux.org/packages/?repo=Core&q=nano">packages</a>
 </tr>
 
 </tr>
 
 <tr>
-<td>Opensuse binaries:</td>
+<td>openSUSE binaries:</td>
 <td><a href="https://software.opensuse.org/package/nano">packages</a>
 </tr>
 
+<tr>
+<td>Windows binaries:</td>
+<td><a href="/dist/windows/">EXEs</a>
+</tr>
+
 </table></center>
 
 <?php include "bottom.php"; ?>