Files
lair.moe/templates/index.html
T

63 lines
2.2 KiB
HTML
Raw Normal View History

2025-07-03 01:37:41 +03:00
{% extends 'base.tmpl' %}
{% block title %}
<img src="/static/icon/codrs.webp" class="icon" />
2025-12-31 12:01:40 +03:00
Lair
2025-07-03 01:37:41 +03:00
{% endblock %}
{% block content %}
2025-12-31 12:01:40 +03:00
<a href="https://b.lair.moe" target="_blank" class="block">
2025-07-03 01:37:41 +03:00
<div class="header">
<img src="/static/icon/service/sharkey.webp" class="icon"/>
<strong>Sharkey</strong>
</div>
2025-08-09 02:28:03 +03:00
<p>{{ _('index.descr:sharkey') }}</p>
2025-07-03 01:37:41 +03:00
</a>
2025-12-31 12:01:40 +03:00
<a href="https://g.lair.moe" target="_blank" class="block">
2025-07-03 01:37:41 +03:00
<div class="header">
<img src="/static/icon/service/gitea.webp" class="icon"/>
<strong>Gitea</strong>
</div>
2025-08-09 02:28:03 +03:00
<p>{{ _('index.descr:gitea') }}</p>
2025-07-03 01:37:41 +03:00
</a>
<div class="block">
2025-08-09 02:28:03 +03:00
<p><a href="https://m.codrs.ru" target="_blank"><strong>Matrix</strong></a> &mdash; {{ _('index.descr:matrix') }}</p>
2025-12-31 12:01:40 +03:00
<p><a href="https://c.lair.moe" target="_blank"><strong>Copyparty</strong></a> &mdash; {{ _('index.descr:copyparty') }}</p>
<p><a href="https://tools.lair.moe" target="_blank"><strong>IT-tools</strong></a> &mdash; {{ _('index.descr:tools') }}</p>
<p><a href="https://vert.lair.moe" target="_blank"><strong>Vert</strong></a> &mdash; {{ _('index.descr:vert') }}</p>
2025-07-03 01:37:41 +03:00
</div>
2025-12-16 04:55:04 +03:00
<div class="block">
2025-12-31 12:01:40 +03:00
<strong>{{ _('index:altfronts') }}</strong>
<p><a href="https://s.lair.moe" target="_blank"><strong>4get</strong></a> &mdash; {{ _('index.descr:4get') }}</p>
<p><a href="https://tl.lair.moe" target="_blank"><strong>TransLite</strong></a> &mdash; {{ _('index.descr:tl') }}</p>
<p><a href="https://lyr.lair.moe" target="_blank"><strong>Intellectual</strong></a> &mdash; {{ _('index.descr:lyr') }}</p>
2025-12-16 04:55:04 +03:00
</div>
2025-07-03 01:37:41 +03:00
<div class="block">
<div>
<strong>DNS</strong>:
<ul>
2025-08-15 20:52:14 +03:00
<li><span class="mono">64.188.64.176</span></li>
2025-12-31 12:01:40 +03:00
<li>DoT: <span class="mono">lair.moe:853</span></li>
<li>DoH: <span class="mono">dns.lair.moe</span></li>
2025-07-03 01:37:41 +03:00
</ul>
</div>
<p>
<strong>Yggdrasil</strong>:
<span class="mono">200:ee1:bad2:1732:4b91:c3e3:2f08:29b3</span>
</p>
</div>
<div class="block">
2025-08-09 02:28:03 +03:00
{{
_('index:bottom_text',
glitchtip='<a href="https://bug.codrs.ru" target="_blank"><strong>GlitchTip</strong></a>',
2025-12-31 12:01:40 +03:00
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>',
2025-08-09 02:28:03 +03:00
) | safe
}}
2025-07-03 01:37:41 +03:00
</div>
{% endblock %}