web/bridge/game.html
2024-03-13 12:21:03 +01:00

14 lines
295 B
HTML

<!DOCTYPE html>
<html>
<head>
<title> Game </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<center>
<h1>The game</h1>
<p>You just lost the game</p> <br>
<a class="text" href="index.html"> Back </a>
</center>
</body>
</html>