From 2f31e3f37c08c89503400d4416ca89a06e9f4197 Mon Sep 17 00:00:00 2001 From: Dhaverd Date: Fri, 14 Oct 2022 15:30:23 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D0=BD=D0=B3=20=D0=BA=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 64 +++++++++++++++++----------------- mychat.html | 76 ++++++++++++++++++++-------------------- servers.html | 83 +++++++++++++++++++++++--------------------- src/styles/style.css | 6 ++-- 4 files changed, 117 insertions(+), 112 deletions(-) diff --git a/index.html b/index.html index e3083d1..9dc7c75 100644 --- a/index.html +++ b/index.html @@ -1,35 +1,35 @@ - - -Dhaverd - - - - - - -
- -
-
-

Приветствую!

-

Данный сайт разработан для личного использования. Здесь можно найти репозиторий Git. Также тут можно найти мои сервера Minecraft, Project Zomboid и иногда других игр. Еще у нас есть свой мессенджер MyChat

-
-
- - + + + Dhaverd + + + + + + +
+ +
+
+

Приветствую!

+

Данный сайт разработан для личного использования. Здесь можно найти репозиторий Git. Также тут можно найти мои сервера Minecraft, Project Zomboid и иногда других игр. Еще у нас есть свой мессенджер MyChat

+
+
+ + \ No newline at end of file diff --git a/mychat.html b/mychat.html index d0a3d82..db83c78 100644 --- a/mychat.html +++ b/mychat.html @@ -1,41 +1,41 @@ - - -Dhaverd - - - - - - -
- -
-
-

MyChat

-

Скачать MyChat Client можно здесь: ТыК

-

Также можно открыть Web-версию: ТыК

-

Для подключения потребуется ввести следующие данные:

-

IP: 176.114.129.4

-

Port: 2004

-

WEB порт: 800

-

Пароль сервера: 2ZJcs

-
-
- - + + + Dhaverd - MyChat + + + + + + +
+ +
+
+

MyChat

+

Скачать MyChat Client можно здесь: ТыК

+

Также можно открыть Web-версию: ТыК

+

Для подключения потребуется ввести следующие данные:

+

- IP: 176.114.129.4

+

- Port: 2004

+

- WEB порт: 800

+

- Пароль сервера: 2ZJcs

+
+
+ + \ No newline at end of file diff --git a/servers.html b/servers.html index aa6cfce..f3badf7 100644 --- a/servers.html +++ b/servers.html @@ -1,42 +1,47 @@ - - -Dhaverd - Servers - - - - - - -
- -
-
-

У нас имеются следующие сервера:

-

Minecraft 1.16.1 Vanilla

-

IP: 176.114.129.4:25565

-

-

Project Zomboid

-

IP: 176.114.129.4:16261

-
-

-
-
-
- - + + + Dhaverd - Servers + + + + + + +
+ +
+
+

У нас имеются следующие сервера:

+
+

Minecraft 1.16.1 Vanilla

+

IP: 176.114.129.4:25565

+
+ +
+
+
+

Project Zomboid

+

IP: 176.114.129.4:16261

+
+ +
+
+
+ + \ No newline at end of file diff --git a/src/styles/style.css b/src/styles/style.css index a4abf6d..e00841b 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -123,11 +123,11 @@ h2 { font-family: Arial; font-size: 20px; } -h3 { +.server-ips { text-align: center; color: #E0E0E0; font-family: Arial; - font-size: 20px; + font-size: 16px; } .zomboid { @@ -234,6 +234,6 @@ h3 { } .mychat-cred { - margin-left: 30px; + margin-left: 5px; font-size: 15px; } \ No newline at end of file