mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-02-08 06:22:50 +00:00
FOUC fix
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
609866b6ad
commit
0ecc741a98
1 changed files with 5 additions and 1 deletions
|
@ -3,11 +3,15 @@ html(lang="en")
|
|||
head
|
||||
meta(charset="UTF-8")
|
||||
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")
|
||||
block head
|
||||
title #{title} > mipilin
|
||||
body
|
||||
script(nonce=nonce).
|
||||
// firefox FOUC fix
|
||||
// https://stackoverflow.com/a/64158043
|
||||
let mlemmers;
|
||||
main
|
||||
header
|
||||
a(href="/")
|
||||
|
|
Loading…
Reference in a new issue