- <!DOCTYPE html>
- <html>
- <head>
- <title>Accueil</title>
- <link rel="stylesheet" type="text/css" href="styleacc.css">
- </head>
- <body>
- <div>
- <button onclick="location.href = 'jeu.html';">Nouvelle partie</button>
- <button onclick="location.href = 'tuto.html';">Tutoriel</button>
- </div>
- </body>
- </html>
|