Clean up HTML&CSS

This commit is contained in:
Andrew-71 2024-03-29 14:58:24 +03:00
parent 1ba9c87184
commit a66e26477c
5 changed files with 6 additions and 11 deletions

View file

@ -1,6 +1,6 @@
{{define "main"}}
<form method="POST">
<h2 style="margin-bottom:0;"><label for="day">Your day so far:</label></h2>
<h2><label for="day">Your day so far:</label></h2>
<textarea id="day" cols="40" rows="15" name="day">{{ .Day }}</textarea>
<button type="submit">Save</button>
</form>