mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-12 16:23:06 +00:00
:(
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
afc634b0d2
commit
d173e6ea73
22 changed files with 1433 additions and 472 deletions
|
@ -30,6 +30,9 @@ block content
|
|||
input.ovm-input(type="radio", name="moodDelta", id="moodDelta-mw", value="-2", required)
|
||||
label.ovm-input(for="moodDelta-mw", title="Much worse")
|
||||
img(src="/img/downdown.svg", alt="Much worse")
|
||||
.input
|
||||
label(for="title") Title
|
||||
input(type="text", name="title", id="title", placeholder="max 64 chars", maxlength="64", style="width:66ch;")
|
||||
.input
|
||||
label(for="description") Journal entry for today
|
||||
textarea(name="description", id="description", placeholder="max 4096 chars", maxlength="4096", cols="60", rows="12")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue