diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-09-20 12:15:57 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-09-20 12:15:57 -0700 |
| commit | b8aec40bdc5cb5a5703113a6a89298d20a2cd896 (patch) | |
| tree | 2236cce971e3dfb02def9a340c655f69f96eeb9d /templates/index.html.template | |
| parent | 4f374aedfc0b70f1472fa357ac3d17ccecf70aff (diff) | |
| download | roseh.moe-b8aec40bdc5cb5a5703113a6a89298d20a2cd896.tar.zst | |
Add support for a private notepad
Diffstat (limited to 'templates/index.html.template')
| -rw-r--r-- | templates/index.html.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html.template b/templates/index.html.template index ee405e4..3dcf4a7 100644 --- a/templates/index.html.template +++ b/templates/index.html.template @@ -1,4 +1,4 @@ -{{define "title"}}roseh.moe{{end}} +{{define "head"}}<title>roseh.moe</title>{{end}} <div style="background-image:url(/static/index/stars.webp);background-repeat:repeat;height:500px;display:flex"> <h1 style="margin:auto">roseh.moe</h1> |
