| Author | DaveJarvis <email> |
|---|---|
| Date | 2023-11-01 20:25:49 GMT-0700 |
| Commit | 9852b6139c96c3df0e7439ab805278a7f29bba4e |
| Parent | 9ad6289 |
| Delta | 70 lines added, 67 lines removed, 3-line increase |
| -<!DOCTYPE html> | ||
| -<html lang="en"> | ||
| -<head> | ||
| - <title>KeenWrite</title> | ||
| - <meta charset="UTF-8"> | ||
| - <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| - <meta name="description" content="cross-platform, open-source desktop editor"> | ||
| - <meta name="keywords" content="markdown, text, editor, software"> | ||
| - <meta name="robots" content="index, follow"> | ||
| - <link rel="stylesheet" href="styles/base.css" | ||
| - media="print" onload="this.media='all'"> | ||
| -</head> | ||
| -<body> | ||
| -<header> | ||
| - <img src="images/logo/title.svg" alt="KeenWrite" class="title"> | ||
| - <p> | ||
| - A free, cross-platform desktop text editor for producing beautifully | ||
| - typeset PDF files. | ||
| - </p> | ||
| -</header> | ||
| -<main> | ||
| - <div class="downloads"> | ||
| - <a href="downloads/keenwrite.bin" | ||
| - class="download" | ||
| - title="Download for 64-bit Linux (x86)" | ||
| - aria-label="Download for Linux"><img | ||
| - src="images/icons/linux.svg" | ||
| - alt="Download for Linux" | ||
| - 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" | ||
| - 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" | ||
| - 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" | ||
| - class="download"></a> | ||
| - </div> | ||
| -</main> | ||
| -<nav> | ||
| - <ul> | ||
| - <li><a href="screenshots.html">screenshots</a></li> | ||
| - <li><a href="https://www.youtube.com/playlist?list=PLB-WIt1cZYLm1MMx2FBG9KWzPIoWZMKu_">tutorials</a></li> | ||
| - <li><a href="https://gitlab.com/DaveJarvis/KeenWrite">sources</a></li> | ||
| - <li><a href="https://gitlab.com/DaveJarvis/KeenWrite/issues">issues</a></li> | ||
| - <li><a href="https://gitlab.com/DaveJarvis/KeenWrite/-/blob/main/docs/README.md">documentation</a></li> | ||
| - </ul> | ||
| -</nav> | ||
| -<footer> | ||
| - © 2023, White Magic Software, Ltd. | ||
| -</footer> | ||
| -</body> | ||
| -</html> | ||
| - | ||
| +<!DOCTYPE html> | ||
| +<html lang="en"> | ||
| +<head> | ||
| + <title>KeenWrite</title> | ||
| + <meta charset="UTF-8"> | ||
| + <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| + <meta name="description" content="cross-platform, open-source desktop editor"> | ||
| + <meta name="keywords" content="markdown, text, editor, software"> | ||
| + <meta name="robots" content="index, follow"> | ||
| + <link rel="stylesheet" href="styles/base.css" | ||
| + media="print" onload="this.media='all'"> | ||
| +</head> | ||
| +<body> | ||
| +<header> | ||
| + <img src="images/logo/title.svg" alt="KeenWrite" class="title"> | ||
| + <p> | ||
| + A free, cross-platform desktop text editor for producing beautifully | ||
| + typeset PDF files. | ||
| + </p> | ||
| + <p> | ||
| + <!--#include file="version.txt" --> | ||
| + </p> | ||
| +</header> | ||
| +<main> | ||
| + <div class="downloads"> | ||
| + <a href="downloads/keenwrite.bin" | ||
| + class="download" | ||
| + title="Download for 64-bit Linux (x86)" | ||
| + aria-label="Download for Linux"><img | ||
| + src="images/icons/linux.svg" | ||
| + alt="Download for Linux" | ||
| + 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" | ||
| + 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" | ||
| + 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" | ||
| + class="download"></a> | ||
| + </div> | ||
| +</main> | ||
| +<nav> | ||
| + <ul> | ||
| + <li><a href="screenshots.html">screenshots</a></li> | ||
| + <li><a href="https://www.youtube.com/playlist?list=PLB-WIt1cZYLm1MMx2FBG9KWzPIoWZMKu_">tutorials</a></li> | ||
| + <li><a href="https://gitlab.com/DaveJarvis/KeenWrite">sources</a></li> | ||
| + <li><a href="https://gitlab.com/DaveJarvis/KeenWrite/issues">issues</a></li> | ||
| + <li><a href="https://gitlab.com/DaveJarvis/KeenWrite/-/blob/main/docs/README.md">documentation</a></li> | ||
| + </ul> | ||
| +</nav> | ||
| +<footer> | ||
| + © 2023, White Magic Software, Ltd. | ||
| +</footer> | ||
| +</body> | ||
| +</html> | ||
| + | ||