63 lines
2.2 KiB
HTML
63 lines
2.2 KiB
HTML
{% extends 'base.tmpl' %}
|
|
|
|
{% block title %}
|
|
<img src="/static/icon/lair.webp" class="icon" />
|
|
Lair
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<a href="https://b.lair.moe" target="_blank" class="block">
|
|
<div class="header">
|
|
<img src="/static/icon/service/sharkey.webp" class="icon"/>
|
|
<strong>Sharkey</strong>
|
|
</div>
|
|
<p>{{ _('index.descr:sharkey') }}</p>
|
|
</a>
|
|
<a href="https://g.lair.moe" target="_blank" class="block">
|
|
<div class="header">
|
|
<img src="/static/icon/service/gitea.webp" class="icon"/>
|
|
<strong>Gitea</strong>
|
|
</div>
|
|
<p>{{ _('index.descr:gitea') }}</p>
|
|
</a>
|
|
|
|
<div class="block">
|
|
<p><a href="https://m.codrs.ru" target="_blank"><strong>Matrix</strong></a> — {{ _('index.descr:matrix') }}</p>
|
|
<p><a href="https://c.lair.moe" target="_blank"><strong>Copyparty</strong></a> — {{ _('index.descr:copyparty') }}</p>
|
|
<p><a href="https://tools.lair.moe" target="_blank"><strong>IT-tools</strong></a> — {{ _('index.descr:tools') }}</p>
|
|
<p><a href="https://vert.lair.moe" target="_blank"><strong>Vert</strong></a> — {{ _('index.descr:vert') }}</p>
|
|
</div>
|
|
|
|
<div class="block">
|
|
<strong>{{ _('index:altfronts') }}</strong>
|
|
<p><a href="https://s.lair.moe" target="_blank"><strong>4get</strong></a> — {{ _('index.descr:4get') }}</p>
|
|
<p><a href="https://tl.lair.moe" target="_blank"><strong>TransLite</strong></a> — {{ _('index.descr:tl') }}</p>
|
|
<p><a href="https://lyr.lair.moe" target="_blank"><strong>Intellectual</strong></a> — {{ _('index.descr:lyr') }}</p>
|
|
</div>
|
|
|
|
<div class="block">
|
|
<div>
|
|
<strong>DNS</strong>:
|
|
<ul>
|
|
<li><span class="mono">64.188.64.176</span></li>
|
|
<li>DoT: <span class="mono">lair.moe:853</span></li>
|
|
<li>DoH: <span class="mono">dns.lair.moe</span></li>
|
|
</ul>
|
|
</div>
|
|
<p>
|
|
<strong>Yggdrasil</strong>:
|
|
<span class="mono">200:ee1:bad2:1732:4b91:c3e3:2f08:29b3</span>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="block">
|
|
{{
|
|
_('index:bottom_text',
|
|
glitchtip='<a href="https://bug.codrs.ru" target="_blank"><strong>GlitchTip</strong></a>',
|
|
baikal='<a href="https://dav.lair.moe" target="_blank"><strong>Baikal</strong></a>',
|
|
freshrss='<a href="https://rss.lair.moe" target="_blank"><strong>FreshRSS</strong></a>',
|
|
) | safe
|
|
}}
|
|
</div>
|
|
{% endblock %}
|