Mercurial > web
diff projects/index.html @ 76:ed130c092d75
projects: specify `download` in download hrefs
remove README.md as well
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 03 Apr 2024 09:50:06 -0400 |
parents | d69f3fe99911 |
children | d9242232f51d |
line wrap: on
line diff
--- a/projects/index.html Fri Mar 22 21:42:50 2024 -0400 +++ b/projects/index.html Wed Apr 03 09:50:06 2024 -0400 @@ -1,10 +1,9 @@ <!DOCTYPE html> -<html> +<html lang="en-US"> <head> <title>projects - Paper's website</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> - <meta name="google-site-verification" content="rILPN0Fit17u21ImKQW-ZHQMvx_Ak7qcuM3ewqtrJg8" /> <link href="/css/style.css" rel="stylesheet" media="screen"> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?"> <style> @@ -70,13 +69,13 @@ <span class="drop-shadow-text project-title">Downloads:</span> <ul class="project-downloads"> <li> - <a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-i686-ansi.exe">32-bit (ANSI)</a> + <a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-i686-ansi.exe" download>32-bit (ANSI)</a> </li> <li> - <a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-i686-unicode.exe">32-bit (Unicode, use this one if unsure)</a> + <a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-i686-unicode.exe" download>32-bit (Unicode, use this one if unsure)</a> </li> <li> - <a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-x86_64-unicode.exe">64-bit</a> + <a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-x86_64-unicode.exe" download>64-bit</a> </li> </ul> </div> @@ -91,7 +90,7 @@ presence. </span> <br><br> - <a class="drop-shadow-text prettylink" href="binaries/gen_DiscordGameSDK.dll">Download</a> + <a class="drop-shadow-text prettylink" href="binaries/gen_DiscordGameSDK.dll" download>Download</a> </div> <br> @@ -103,7 +102,7 @@ A C library to parse and edit Vegas Pro EDL files. </span> <br><br> - <a class="drop-shadow-text prettylink" href="https://hg.sr.ht/~mrpapersonic/libedl/archive/v2.1.tar.gz">Download</a> + <a class="drop-shadow-text prettylink" href="https://hg.sr.ht/~mrpapersonic/libedl/archive/v2.1.tar.gz" download>Download</a> </div> </body> </html>