14 lines
295 B
HTML
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>
|