Files
lair.moe/blueprints/root/templates/base.pug
T
Sweetbread 7cf4ed3ecd
Docker Build and Push / build-and-push (push) Successful in 24s
Add own 88x31
(and rename icon->img, btw...)
2026-04-09 00:32:33 +03:00

34 lines
881 B
Plaintext

doctype html
html(lang=g.locale)
head
title Lair
link(rel="stylesheet" href="/static/style/main.css")
link(rel="img" type="image/webp" href="/static/img/lair.webp")
script(src="/static/script/copy-mono.js")
script(
src="https://track.lair.moe/api/script.js"
data-site-id="1"
defer
)
meta(name="viewport" content="width=device-width, initial-scale=1.0")
meta(name="mock-email" content="admin@example.com")
meta(property="og:type" value="website")
meta(property="og:url" value="https://lair.moe")
meta(property="og:title" value="Lair.moe")
meta(property="og:image" value="https://lair.moe/static/img/lair.webp")
meta(property="og:description" value=_("description"))
body
include root/templates/header.pug
h1
block title
main
block content
include root/templates/footer.pug