This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
extends root/templates/base.pug
|
||||
|
||||
block title
|
||||
img.icon(src="/static/icon/lair.webp")
|
||||
| Lair
|
||||
|
||||
block content
|
||||
a.block(href="https://b.lair.moe" target="_blank")
|
||||
.header
|
||||
img.icon(src="/static/icon/service/sharkey.webp")
|
||||
strong Sharkey
|
||||
p= _('index.descr:sharkey')
|
||||
|
||||
a.block(href="https://g.lair.moe" target="_blank")
|
||||
.header
|
||||
img.icon(src="/static/icon/service/gitea.webp")
|
||||
strong Gitea
|
||||
p= _('index.descr:gitea')
|
||||
|
||||
.block
|
||||
p
|
||||
a(href="https://m.lair.moe" target="_blank")
|
||||
strong Matrix
|
||||
| — {{ _('index.descr:matrix') }}
|
||||
p
|
||||
a(href="//c.lair.moe" target="_blank")
|
||||
strong Copyparty
|
||||
| — {{ _('index.descr:copyparty') }}
|
||||
p
|
||||
a(href="https://tools.lair.moe" target="_blank")
|
||||
strong IT-tools
|
||||
| — {{ _('index.descr:tools') }}
|
||||
p
|
||||
a(href="https://vert.lair.moe" target="_blank")
|
||||
strong Vert
|
||||
| — {{ _('index.descr:vert') }}
|
||||
|
||||
.block
|
||||
strong= _('index:altfronts')
|
||||
p
|
||||
a(href="https://s.lair.moe" target="_blank")
|
||||
strong 4get
|
||||
| — {{ _('index.descr:4get') }}
|
||||
p
|
||||
a(href="https://tl.lair.moe" target="_blank")
|
||||
strong TransLite
|
||||
| — {{ _('index.descr:tl') }}
|
||||
p
|
||||
a(href="https://lyr.lair.moe" target="_blank")
|
||||
strong Intellectual
|
||||
| — {{ _('index.descr:lyr') }}
|
||||
|
||||
.block
|
||||
div
|
||||
strong DNS
|
||||
| :
|
||||
ul
|
||||
li
|
||||
span.mono 64.188.64.176
|
||||
li
|
||||
| DoT:
|
||||
span.mono lair.moe:853
|
||||
li
|
||||
| DoH:
|
||||
span.mono dns.lair.moe
|
||||
|
||||
p
|
||||
strong Yggdrasil
|
||||
| :
|
||||
span.mono 200:ee1:bad2:1732:4b91:c3e3:2f08:29b3
|
||||
Reference in New Issue
Block a user