Files
lair.moe/templates/host.html
T

32 lines
845 B
HTML
Raw Normal View History

2025-08-01 00:45:24 +03:00
<html>
<head>
<title>Coders Squad</title>
2025-08-01 00:45:24 +03:00
<link rel="stylesheet" href="/static/style/main.css">
<script src="/static/sript/copy-mono.js"> </script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2025-08-01 00:45:24 +03:00
</head>
<body>
{% include 'header.tmpl' %}
<h1>О хосте</h1>
2025-08-01 00:45:24 +03:00
<main>
<div class="block">
<strong>Хостер</strong>: <a href="https://play2go.cloud/">play2go</a>
<p>Неплохой, недорогой. В прошлом были проблемы с сетью</p>
</div>
2025-08-01 00:45:24 +03:00
<div class="block">
<strong>Характеристики</strong>:
<ul>
<li>CPU: Ryzen i9</li>
<li>RAM: 16 GiB</li>
<li>SSD: 120 GiB</li>
<li>ETH: 500GiB/s</li>
<li>Loc: Deutchland, Frankfurt am Mein</li>
</ul>
</div>
</main>
2025-08-01 00:45:24 +03:00
</body>
</html>