Добавлен новый сервер в список серверов
This commit is contained in:
parent
77f05cf8a4
commit
4d7538dc41
|
@ -4,8 +4,8 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Dhaverd</title>
|
||||
<link href="src/styles/style.css?v=01000071" rel="stylesheet" media="screen" />
|
||||
<link rel="stylesheet" href="src/styles/styleMobile.css?v=01000071" media="handheld,only screen and (max-device-width:480px)" />
|
||||
<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>
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Dhaverd</title>
|
||||
<link href="src/styles/style.css?v=01000071" rel="stylesheet" media="screen" />
|
||||
<link rel="stylesheet" href="src/styles/styleMobile.css?v=01000071" media="handheld,only screen and (max-device-width:480px)" />
|
||||
<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">
|
||||
</head>
|
||||
<body id="main">
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Dhaverd - MyChat</title>
|
||||
<link href="src/styles/style.css?v=01000071" rel="stylesheet" media="screen" />
|
||||
<link rel="stylesheet" href="src/styles/styleMobile.css?v=01000071" media="handheld,only screen and (max-device-width:480px)" />
|
||||
<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>
|
||||
|
|
13
servers.html
13
servers.html
|
@ -4,8 +4,8 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Dhaverd - Servers</title>
|
||||
<link href="src/styles/style.css?v=01000071" rel="stylesheet" media="screen" />
|
||||
<link rel="stylesheet" href="src/styles/styleMobile.css?v=01000071" media="handheld,only screen and (max-device-width:480px)" />
|
||||
<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>
|
||||
|
@ -27,13 +27,20 @@
|
|||
<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:25565</h3>
|
||||
<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>
|
||||
<section class="server-temp">
|
||||
<h2 class="server-name">Project Zomboid</h2>
|
||||
<h3 class="server-ips">IP: 176.114.129.4:16261</h3>
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Dhaverd</title>
|
||||
<link href="src/styles/style.css?v=01000071" rel="stylesheet" media="screen" />
|
||||
<link rel="stylesheet" href="src/styles/styleMobile.css?v=01000071" media="handheld,only screen and (max-device-width:480px)" />
|
||||
<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">
|
||||
</head>
|
||||
<body id="main">
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 162 KiB |
Binary file not shown.
After Width: | Height: | Size: 716 KiB |
|
@ -137,9 +137,19 @@ h2 {
|
|||
font-size: 16px;
|
||||
}
|
||||
|
||||
.minecraft-vanilla {
|
||||
width: 50%;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.zomboid {
|
||||
width: 50%;
|
||||
border-radius: 10%;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.ragnamod {
|
||||
width: 50%;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.image-content {
|
||||
|
@ -154,11 +164,6 @@ h2 {
|
|||
height: 110px;
|
||||
}
|
||||
|
||||
.minecraft-vanilla {
|
||||
width: 50%;
|
||||
border-radius: 10%;
|
||||
}
|
||||
|
||||
.fixed nav a:hover {
|
||||
color: #E0E0E0;
|
||||
background-color: #609A21;
|
||||
|
|
|
@ -124,9 +124,19 @@ h2 {
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
.minecraft-vanilla {
|
||||
width: 50%;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.zomboid {
|
||||
width: 50%;
|
||||
border-radius: 10%;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.ragnamod {
|
||||
width: 50%;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.image-content {
|
||||
|
@ -142,11 +152,6 @@ h2 {
|
|||
height: 100px;
|
||||
}
|
||||
|
||||
.minecraft-vanilla {
|
||||
width: 50%;
|
||||
border-radius: 10%;
|
||||
}
|
||||
|
||||
.default nav a:hover {
|
||||
color: #E0E0E0;
|
||||
background-color: #609A21;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Dhaverd</title>
|
||||
<link href="src/styles/style.css?v=01000071" rel="stylesheet" media="screen" />
|
||||
<link rel="stylesheet" href="src/styles/styleMobile.css?v=01000071" media="handheld,only screen and (max-device-width:480px)" />
|
||||
<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>
|
||||
<script src="src/scripts/workout.js"></script>
|
||||
|
|
Loading…
Reference in New Issue