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,4 +1,4 @@
{{define "main"}}
<h2 style="margin-bottom:0;"><label for="day">Viewing {{ .Date }}</label> | <a href="/day">Go back</a></h2>
<h2><label for="day">{{ .Date }}</label> | <a href="/day">Go back</a></h2>
<textarea id="day" cols="40" rows="15" readonly>{{ .Day }}</textarea>
{{end}}