diff options
| author | 2026-08-27 00:11:47 -0700 | |
|---|---|---|
| committer | 2026-08-27 00:11:47 -0700 | |
| commit | 94ef10d1fe4ed27f8442944c25ecc0300c5e5655 (patch) | |
| tree | f587feeab0231fa9c8ecd5252a9fa8f90b6d3094 /src/view/main.phel | |
| parent | ba790e23e84c2146e15d3735862dc056f6baef41 (diff) | |
| download | lezer-main.tar.gz lezer-main.zip | |
Diffstat (limited to 'src/view/main.phel')
| -rw-r--r-- | src/view/main.phel | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/view/main.phel b/src/view/main.phel index f7a0190..809b765 100644 --- a/src/view/main.phel +++ b/src/view/main.phel @@ -52,6 +52,9 @@ [:label {:for "title"} "Title: "] [:input {:type "text" :name "title"}] [:br] + [:label {:for "subtitle"} "Subtitle: "] + [:input {:type "text" :name "subtitle"}] + [:br] [:label {:for "author"} "Author: "] [:input {:type "text" :name "author"}] [:input {:type "submit"}]]]]]])) |
