Update game.html
parent
82865c5b67
commit
d1fa60d0bc
45
game.html
45
game.html
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Welcome to Tanki!</title>
|
||||
<title>Game - Tanks 2D</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
body {
|
||||
|
@ -103,7 +103,7 @@
|
|||
}
|
||||
|
||||
.footer {
|
||||
background-color: #888; /* Серый цвет фона нижнего раздела */
|
||||
background-color: #748623; /* Серый цвет фона нижнего раздела */
|
||||
padding: 20px;
|
||||
margin-top: 50px; /* Отступ сверху */
|
||||
}
|
||||
|
@ -115,7 +115,7 @@
|
|||
|
||||
/* Стили для области оценки */
|
||||
#ratings {
|
||||
margin-top: 50px; /* Добавляем отступ сверху */
|
||||
padding-top: 50px; /* Добавляем отступ сверху, чтобы область оценки была выше */
|
||||
text-align: center; /* Центрируем содержимое */
|
||||
}
|
||||
|
||||
|
@ -136,20 +136,35 @@
|
|||
<li><a href="/support">Support</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="wrapper">
|
||||
<div class="container">
|
||||
<h1>Welcome to Tanki!</h1>
|
||||
<p>Experience the thrill of tank battles like never before. Join our community of players and dominate the battlefield!</p>
|
||||
<p>Get started now:</p>
|
||||
<a href="/about" class="btn">Learn More</a>
|
||||
|
||||
<!-- Advertisement Section -->
|
||||
<div class="advertisement">
|
||||
<h2>Check out our latest game: Tanks 2D</h2>
|
||||
<p>Engage in fast-paced 2D tank battles with stunning graphics and intense gameplay!</p>
|
||||
<img src="https://cdn.discordapp.com/attachments/856238529502511144/1234090991045312543/image.png?ex=662f784c&is=662e26cc&hm=065a8314fa2f80d3f78d86beccbd81b4c1471065feba35a0dd0342d43376cfc7&" alt="Tanks 2D Advertisement">
|
||||
</div>
|
||||
<div class="container">
|
||||
<h1>Tanks 2D</h1>
|
||||
<img src="https://cdn.discordapp.com/attachments/856238529502511144/1234090991045312543/image.png?ex=662f784c&is=662e26cc&hm=065a8314fa2f80d3f78d86beccbd81b4c1471065feba35a0dd0342d43376cfc7&" alt="Tanks 2D Screenshot">
|
||||
|
||||
<p>
|
||||
Tanks 2D is an action-packed game where you control a tank and battle against other tanks in various environments.
|
||||
The game features multiple levels, unique weapons, and challenging obstacles.
|
||||
As you progress, you unlock new tanks and upgrades to enhance your gameplay experience.
|
||||
</p>
|
||||
|
||||
<h2>Key Features</h2>
|
||||
<p>
|
||||
- Fast-paced 2D tank battles<br>
|
||||
- Unique weapons and upgrades<br>
|
||||
- Various maps and environments<br>
|
||||
- Multiplayer modes and special events<br>
|
||||
</p>
|
||||
|
||||
<h2>How to Play</h2>
|
||||
<p>
|
||||
To start playing Tanks 2D, download the game using the link below and follow the instructions to install it.
|
||||
You can play single-player or join multiplayer battles to test your skills against other players.
|
||||
</p>
|
||||
|
||||
<a href="/download" class="download-link">Download Tanks 2D</a>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Область для оценки -->
|
||||
<div id="ratings" class="container" style="margin-top: 1000px;"> <!-- Установите высоту в px в зависимости от контента выше -->
|
||||
<h2>Rate Our Website and Game</h2>
|
||||
|
|
Loading…
Reference in New Issue