diff options
author | Runxi Yu <me@runxiyu.org> | 2024-07-27 08:00:00 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-07-27 08:00:00 +0800 |
commit | 7386392b8cd08e73e4f5fa6080e8f4fcf20831f6 (patch) | |
tree | 73330ee296f398b7720312a942bc9d524ece9857 /templates/index.html | |
parent | templates/file.html: Remove line numbers (diff) | |
download | legitrx-7386392b8cd08e73e4f5fa6080e8f4fcf20831f6.tar.gz legitrx-7386392b8cd08e73e4f5fa6080e8f4fcf20831f6.tar.zst legitrx-7386392b8cd08e73e4f5fa6080e8f4fcf20831f6.zip |
Some more HTML sanities
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/index.html b/templates/index.html index 52830d9..f803942 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,12 +2,11 @@ <!DOCTYPE html> <html> {{ template "head" . }} - - <header> - <h1>{{ .meta.Title }}</h1> - <h2>{{ .meta.Description }}</h2> - </header> <body> + <header> + <h1>{{ .meta.Title }}</h1> + <h2>{{ .meta.Description }}</h2> + </header> <main> <div class="index"> {{ range .info }} |