Files
lair.moe/templates/host.html
T

29 lines
740 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<html>
<head>
<title>Хост - Coders Squad</title>
<link rel="stylesheet" href="/static/style/main.css">
<script src="/static/sript/copy-mono.js"> </script>
</head>
<body>
{% include 'header.tmpl' %}
<h1>О сервере</h1>
<div class="block">
<strong>Хостер</strong>: <a href="https://play2go.cloud/">play2go</a>
<p>Неплохой, недорогой. В прошлом были проблемы с сетью</p>
</div>
<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>
</body>
</html>