diff options
| author | kj_sh604 | 2026-03-11 22:32:11 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-03-11 22:32:11 -0400 |
| commit | d151ec91488f10134babae4d4a879d823b221b62 (patch) | |
| tree | 8b9cf53f596e29f2400339a9bc4357763eaf62e5 /src/templates | |
| parent | bee95cc07ab1e68fb1aee42a42d5bc01e039f883 (diff) | |
refactor: re-write in a fmailiar language to make it easier to maintain
Diffstat (limited to 'src/templates')
| -rw-r--r-- | src/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/index.html b/src/templates/index.html index 30c4b93..a9501e9 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -22,7 +22,7 @@ <body> <main> <h1>likha-pdf</h1> - <p>simple markdown export with pandoc + lualatex.</p> + <p>simple markdown to pdf export.</p> <form id="convert-form" hx-post="/convert" hx-target="#result" hx-swap="innerHTML" hx-indicator="#loading"> <label for="markdown"> |
