42 lines
1.4 KiB
HTML
42 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Dhaverd</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>
|
|
<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>Данный сайт разработан для личного использования. Здесь можно найти мой личный репозиторий Git, в который я иногда выкладываю проги написаные по фану. Также тут можно найти мои сервера Minecraft, Insurgency и других игр.</p>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
<section>
|
|
<p>© Dhaverd 2022</p>
|
|
</section>
|
|
</footer>
|
|
</body>
|
|
</html> |