55 lines
1.7 KiB
HTML
55 lines
1.7 KiB
HTML
{% extends 'base.tmpl' %}
|
|
|
|
{% block title %}
|
|
<img src="/static/icon/codrs.webp" class="icon" />
|
|
Coders Squad
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<a href="https://b.codrs.ru" 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.codrs.ru" 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.codrs.ru" target="_blank"><strong>Copyparty</strong></a> — {{ _('index.descr:copyparty') }}</p>
|
|
<p><a href="https://s.codrs.ru" target="_blank"><strong>4get</strong></a> — {{ _('index.descr:4get') }}</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">codrs.ru:853</span></li>
|
|
<li>DoH: <span class="mono">dns.codrs.ru</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.codrs.ru" target="_blank"><strong>Baikal</strong></a>',
|
|
freshrss='<a href="https://rss.codrs.ru" target="_blank"><strong>FreshRSS</strong></a>',
|
|
) | safe
|
|
}}
|
|
</div>
|
|
{% endblock %}
|