Files
lair.moe/blueprints/root/templates/host.html
T
2026-03-07 18:45:24 +03:00

22 lines
553 B
HTML

{% extends 'base.tmpl' %}
{% block title %}{{ _('about host') }}{% endblock %}
{% block content %}
<a href="https://play2go.cloud/?ref_id=4baFoOIp5QE" target="_blank" class="block">
<strong>{{ _("host:hoster") }}</strong>: play2go
<p>{{ _('host:hoster_descr') }}</p>
</a>
<div class="block">
<strong>{{ _("host:specifications") }}</strong>:
<ul>
<li>CPU: 4xRyzen 9@3.4GHz</li>
<li>RAM: 8 GB</li>
<li>SSD: 150 GB</li>
<li>ETH: 1 Gb/s</li>
<li>Loc: Deutschland</li>
</ul>
</div>
{% endblock %}