Update game.html
parent
8696d7a57f
commit
e63ac8be9b
|
@ -134,6 +134,7 @@
|
||||||
<li><a href="/about">About</a></li>
|
<li><a href="/about">About</a></li>
|
||||||
<li><a href="/game">Game</a></li>
|
<li><a href="/game">Game</a></li>
|
||||||
<li><a href="/support">Support</a></li>
|
<li><a href="/support">Support</a></li>
|
||||||
|
<li><a href="/updates">Updates</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
@ -155,7 +156,7 @@
|
||||||
- Multiplayer modes and special events<br>
|
- Multiplayer modes and special events<br>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>How to Play</h2>
|
<h2>Difficulties</h2>
|
||||||
<p>
|
<p>
|
||||||
To start playing Tanks 2D, download the game using the link below and follow the instructions to install it.
|
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.
|
You can play single-player or join multiplayer battles to test your skills against other players.
|
||||||
|
@ -188,7 +189,7 @@
|
||||||
|
|
||||||
// Здесь можно добавить код для отправки оценок на сервер или их обработки
|
// Здесь можно добавить код для отправки оценок на сервер или их обработки
|
||||||
|
|
||||||
alert("Thank you for your ratings! \nFrom: Arsenij, Artem and Roma. :) \nWebsite: " + websiteRating + " stars\nGame: " + gameRating + " stars");
|
alert("Thank you for your ratings! \nFrom: Arsenij, Artem and Roman. :) \nWebsite: " + websiteRating + " stars\nGame: " + gameRating + " stars");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue