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" >
2022-10-19 12:28:47 +03:00
< meta name = "viewport" content = "width=device-width" >
2022-10-14 10:30:23 +03:00
< title > Dhaverd< / title >
2022-12-13 10:15:07 +03:00
< 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)" / >
2022-10-14 10:30:23 +03:00
< link rel = "icon" href = "src/img/favicon.ico" >
2022-10-20 09:57:58 +03:00
<!-- <script src="src/scripts/jquery.min.js"></script> -->
2022-10-14 10:30:23 +03:00
< / head >
2022-10-18 10:31:40 +03:00
< body id = "main" >
2022-10-20 09:03:39 +03:00
< header id = "header" class = "default index-logo" >
2022-10-17 09:34:01 +03:00
< div class = "logo-img" >
2022-10-14 10:30:23 +03:00
< a href = "index.html" > < img class = "header-img" src = "src/img/dhaverd2.png" > < / a >
< / div >
< / header >
< main >
< section class = "side-bar" >
2022-10-18 10:31:40 +03:00
< 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 >
2022-10-14 10:30:23 +03:00
< / section >
2022-10-20 09:03:39 +03:00
< section class = "main-content index-main-content" id = "main-content" >
2022-10-14 10:30:23 +03:00
< h1 class = "page-title" > Приветствую!< / h1 >
2022-10-18 10:31:40 +03:00
< p class = "content-text" > Данный сайт разработан для личного использования. Здесь можно найти репозиторий Git. Также тут можно найти мои сервера Minecraft, Project Zomboid и иногда других игр. Еще у нас есть свой мессенджер MyChat< / p >
2022-10-14 10:30:23 +03:00
< / section >
< / main >
< footer >
< section >
2022-10-18 10:31:40 +03:00
< p id = "footer" > ® Dhaverd 2022< / p >
2022-10-14 10:30:23 +03:00
< / section >
< / footer >
2022-10-19 12:28:47 +03:00
< / body >
2022-10-12 04:44:22 +03:00
< / html >