1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/mipilin synced 2025-02-08 06:22:50 +00:00
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
Rae 5e 2025-01-31 00:47:22 -05:00
parent 609866b6ad
commit 0ecc741a98
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE

View file

@ -3,11 +3,15 @@ html(lang="en")
head head
meta(charset="UTF-8") meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0") meta(name="viewport", content="width=device-width, initial-scale=1.0")
meta(name="description", content="Show your mood to the world!") meta(name="description", content="Share your mood with the world!")
link(rel="stylesheet", href="/css/main.css") link(rel="stylesheet", href="/css/main.css")
block head block head
title #{title} > mipilin title #{title} > mipilin
body body
script(nonce=nonce).
// firefox FOUC fix
// https://stackoverflow.com/a/64158043
let mlemmers;
main main
header header
a(href="/") a(href="/")