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

18 lines
445 B
HTML

<!DOCTYPE html>
<html>
<head>
<title> Bridge </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<center>
<h1>Bridge</h1>
<p>This is a webpage of the bridge</p> <br>
<p>Variants:<p>
<a href="building.html">Building</a> <br>
<a href="users.html">Users</a> <br>
<a href="city.html">City</a> <br>
<a href="game.html">Game</a> <br>
</center>
</body>
</html>