Files
lair.moe/blueprints/root/templates/host.html
T

22 lines
553 B
HTML
Raw Normal View History

2025-07-03 01:37:41 +03:00
{% extends 'base.tmpl' %}
2025-08-09 02:28:03 +03:00
{% block title %}{{ _('about host') }}{% endblock %}
2025-07-03 01:37:41 +03:00
{% block content %}
2025-09-05 13:57:52 +03:00
<a href="https://play2go.cloud/?ref_id=4baFoOIp5QE" target="_blank" class="block">
2025-08-09 02:28:03 +03:00
<strong>{{ _("host:hoster") }}</strong>: play2go
<p>{{ _('host:hoster_descr') }}</p>
2025-07-03 01:37:41 +03:00
</a>
<div class="block">
2025-08-09 02:28:03 +03:00
<strong>{{ _("host:specifications") }}</strong>:
2025-07-03 01:37:41 +03:00
<ul>
2026-03-06 22:49:03 +03:00
<li>CPU: 4xRyzen 9@3.4GHz</li>
2025-12-04 20:24:34 +03:00
<li>RAM: 8 GB</li>
2025-10-06 22:51:59 +03:00
<li>SSD: 150 GB</li>
2026-03-06 22:49:03 +03:00
<li>ETH: 1 Gb/s</li>
<li>Loc: Deutschland</li>
2025-07-03 01:37:41 +03:00
</ul>
</div>
{% endblock %}