2022-10-12 04:44:22 +03:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="ru">
|
2022-10-14 10:30:23 +03:00
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>Dhaverd - Servers</title>
|
2022-10-17 06:44:01 +03:00
|
|
|
|
<link href="src/styles/style.css?v=01000023" rel="stylesheet">
|
2022-10-14 10:30:23 +03:00
|
|
|
|
<link rel="icon" href="src/img/favicon.ico">
|
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<header id="header" class="default">
|
|
|
|
|
<div>
|
|
|
|
|
<a href="index.html"><img class="header-img" src="src/img/dhaverd2.png"></a>
|
|
|
|
|
</div>
|
|
|
|
|
</header>
|
|
|
|
|
<main id="#main">
|
|
|
|
|
<section class="side-bar">
|
|
|
|
|
<p><a href="index.html">Главная</a></p>
|
|
|
|
|
<p><a href="http://176.114.129.4:3000">Gitea</a></p>
|
|
|
|
|
<p><a href="servers.html">Сервера</a></p>
|
|
|
|
|
<p><a href="mychat.html">MyChat</a></p>
|
2022-10-17 06:44:01 +03:00
|
|
|
|
<p><a href="workout.html">Программа тренировок</a></p>
|
2022-10-14 10:30:23 +03:00
|
|
|
|
</section>
|
|
|
|
|
<section class="clay"> </section>
|
|
|
|
|
<section class="main-content">
|
|
|
|
|
<h1 class="page-title">У нас имеются следующие сервера:</h1>
|
|
|
|
|
<br>
|
|
|
|
|
<h2>Minecraft 1.16.1 Vanilla</h2>
|
|
|
|
|
<h3 class="server-ips">IP: 176.114.129.4:25565</h3>
|
|
|
|
|
<section class="image-content">
|
|
|
|
|
<img class="minecraft-vanilla" src="src/img/minecraft_vanilla.jpg">
|
|
|
|
|
</section>
|
|
|
|
|
<br>
|
|
|
|
|
<br>
|
|
|
|
|
<h2>Project Zomboid</h2>
|
|
|
|
|
<h3 class="server-ips">IP: 176.114.129.4:16261</h3>
|
|
|
|
|
<section class="image-content">
|
|
|
|
|
<img class="zomboid" src="src/img/zomboid.jpg">
|
|
|
|
|
</section>
|
|
|
|
|
</section>
|
|
|
|
|
</main>
|
|
|
|
|
<footer>
|
|
|
|
|
<section>
|
|
|
|
|
<p>© Dhaverd 2022</p>
|
|
|
|
|
</section>
|
|
|
|
|
</footer>
|
|
|
|
|
</body>
|
2022-10-12 04:44:22 +03:00
|
|
|
|
</html>
|