Site/servers.html
2022-12-13 16:33:58 +08:00

61 lines
2.3 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">
<meta name="viewport" content="width=device-width">
<title>Dhaverd - Servers</title>
<link href="src/styles/style.css?v=01000075" rel="stylesheet" media="screen" />
<link rel="stylesheet" href="src/styles/styleMobile.css?v=01000075" media="handheld,only screen and (max-device-width:480px)" />
<link rel="icon" href="src/img/favicon.ico">
<!--<script src="src/scripts/jquery.min.js"></script>-->
</head>
<body id="main">
<header id="header" class="default index-logo">
<div>
<a href="index.html"><img class="header-img" src="src/img/dhaverd2.png"></a>
</div>
</header>
<main>
<section class="side-bar">
<p class="mainp"><a class="side-href" href="index.html">Главная</a></p>
<p class="gitea"><a class="side-href" href="http:\\176.114.129.4:3000">Gitea</a></p>
<p class="servers"><a class="side-href" href="servers.html">Сервера</a></p>
<p class="mychat"><a class="side-href" href="mychat.html">MyChat</a></p>
<p class="workout-area"><a class="side-href" href="workout.html">Программа тренировок</a></p>
</section>
<section class="main-content servers-main-content" id="main-content">
<h1 class="page-title">У нас имеются следующие сервера:</h1>
<section class="server-temp">
<h2 class="server-name">Minecraft 1.16.1 Vanilla</h2>
<h3 class="server-ips">IP: 176.114.129.4:25566</h3>
<img class="minecraft-vanilla" src="src/img/minecraft_vanilla.jpg">
<!--<section class="image-content">
</section>-->
</section>
<br>
<br>
<section class="server-temp">
<h2 class="server-name">Minecraft 1.16.5 RagnaMod VI</h2>
<h3 class="server-ips">IP: 176.114.129.4:25565</h3>
<img class="ragnamod" src="src/img/ragnamod.jpg">
<!--<section class="image-content">
</section>-->
</section>
<br>
<br>
<section class="server-temp">
<h2 class="server-name">Project Zomboid</h2>
<h3 class="server-ips">IP: 176.114.129.4:16261</h3>
<img class="zomboid" src="src/img/zomboid.jpg">
<!--<section class="image-content">
</section>-->
</section>
</section>
</main>
<footer>
<section>
<p id="footer">® Dhaverd 2022</p>
</section>
</footer>
</body>
</html>