66 lines
1.7 KiB
Plaintext
66 lines
1.7 KiB
Plaintext
doctype html
|
|
html(lang=g.locale)
|
|
head
|
|
title Lair
|
|
|
|
link(rel="stylesheet" href="/static/style/main.css")
|
|
link(rel="icon" type="image/webp" href="/static/img/lair.webp")
|
|
|
|
//- Yggdrasil links
|
|
link(rel="ygg-banner" href="/static/img/88x31/lair.gif")
|
|
|
|
link(
|
|
rel="alternate"
|
|
data-ygg-type="clearnet"
|
|
href="https://lair.moe"
|
|
title="Clearnet address")
|
|
link(
|
|
rel="alternate"
|
|
data-ygg-type="alfis"
|
|
href="http://lair.ygg"
|
|
title="Alfis domain")
|
|
link(
|
|
rel="alternate"
|
|
data-ygg-type="ygg-ipv6"
|
|
href="http://[201:96:5188::a690:7908:da7a]"
|
|
title="Direct IPv6")
|
|
|
|
script(src="/static/script/copy-mono.js")
|
|
|
|
if request.headers.get('DNT') != "1":
|
|
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"))
|
|
|
|
//- Yggdrasil meta
|
|
meta(name="ygg-category" content="service")
|
|
meta(name="ygg-topic" content="federation")
|
|
meta(name="ygg-topic" content="tools")
|
|
|
|
meta(name="ygg-language" content="ru")
|
|
meta(name="ygg-language" content="en")
|
|
meta(name="ygg-language" content="de")
|
|
meta(name="ygg-language" content="fr")
|
|
meta(name="ygg-language" content="jp")
|
|
body
|
|
include root/templates/header.pug
|
|
|
|
h1
|
|
block title
|
|
|
|
main
|
|
block content
|
|
|
|
include root/templates/footer.pug
|