diff options
| author | Kyle Javier [kj_sh604] | 2026-03-11 23:33:09 -0400 |
|---|---|---|
| committer | GitHub | 2026-03-11 23:33:09 -0400 |
| commit | 3ec602df2defbe06e1faf6202e2529e890ad4348 (patch) | |
| tree | b1f30220ff10de5057b1639b39696ceebf263cf5 /src/templates/index.html | |
| parent | bee95cc07ab1e68fb1aee42a42d5bc01e039f883 (diff) | |
| parent | db51a5321bbc6f8731fa040e305efdbf727a99e0 (diff) | |
merge: pull request #2 from kj-sh604/refactor/unf**k-rewrite
refactor: unfuck the codebase into something more maintainable and better overall
Diffstat (limited to 'src/templates/index.html')
| -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"> |
