<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<link rel="stylesheet" href="CSS/game_over_styles.css"/>
<title>GAME OVER</title>
</head>
<body>
<script>
function gameOver() {
let audio = new Audio('game_over.mp3');
audio.play();
};
if (1 == 1) {
gameOver();
};
</script>
<p id="game_over_p">GAME OVER ! ! !</p>
<center>
<img src="./img/WPY2.gif" alt="game over">
</center>
<br><br><br><br>
<center>
<button onclick="document.location.href = './index222.html'">попробовать ещё раз</button>
</center>
</body>
</html>