Site/servers.html
2022-10-12 09:44:22 +08:00

55 lines
2.1 KiB
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.

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Dhaverd - Servers</title>
<link href="src/styles/style.css" rel="stylesheet">
<link rel="icon" href="src/img/D.ico">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="src/scripts/header.js"></script>
</head>
<body>
<header id="header" class="default">
<div>
<a href="index.html"><img class="header-img" src="src/img/dhaverd.png"></a>
</div>
<nav class="header-nav">
<p>
<a class="one" href="index.html">Главная </a>
<a class="two" href="http:\\176.114.129.4:3000">Gitea </a>
<a class="three" href="servers.html">Сервера</a>
</p>
</nav>
</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>
</section>
<section class="clay"> </section>
<section class="main-content">
<p><h1>У нас имеются следующие сервера:</h1></p>
<p><h2>Minecraft 1.16.1 Vanilla</h2></p>
<p><h3>IP: 176.114.129.4:25565</h3></p>
<p style="text-align: center;">Просто ванильный сервер где можно строить разные построички</p>
<p style="text-align: center;"><img class="minecraft-vanilla" src="src/img/minecraft_vanilla.jpg"></p>
<p><h2>Minecraft 1.6.4 RPG</h2></p>
<p><h3>IP: 176.114.129.4:25565</h3></p>
<p style="text-align: center;">RPG сервер с магией и всем таким, содержит достаточно модов на магию, монстров и т.п.</p>
<p style="text-align: center;"><img class="minecraft-vanilla" src="src/img/minecraft_rpg.jpg"></p>
<p><h2>Insurgency Hardore COOP</h2></p>
<p><h3>IP: 176.114.129.4:27015</h3></p>
<p style="text-align: center;">Название говорит само за себя - это хардкорный сервер Insurgency с кооперативным режимом игры</p>
<section class="image-content">
<p><img class="insurgency" src="src/img/insurgency.jpg"></p>
</section>
</section>
</main>
<footer>
<section>
<p>© Dhaverd 2022</p>
</section>
</footer>
</body>
</html>