You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
441 B
23 lines
441 B
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="vues/css/style-page.css">
|
|
<title>Set</title>
|
|
</head>
|
|
<body>
|
|
|
|
<H1>HyperSet</H1>
|
|
|
|
<div class="menu box">
|
|
<a href="#" class="logo">HyperSet</a>
|
|
<a href="set.html">Jouer</a>
|
|
<a href="index.html?action=VoirScore">Voir Les Scores</a>
|
|
<a href="vues/settings.php">Options</a>
|
|
<a href="#">Règles</a>
|
|
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html> |