Update support.html

main
Arsenijs Ļu 2024-04-28 12:45:20 +00:00
parent 4b93f3438b
commit 6fdf4c9628
1 changed files with 2 additions and 1 deletions

View File

@ -108,6 +108,7 @@
<li><a href="/about">About</a></li>
<li><a href="/game">Game</a></li>
<li><a href="/support">Support</a></li>
<li><a href="/updates">Updates</a></li>
</ul>
</nav>
<div class="container">
@ -146,7 +147,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>
</body>