index.html 375 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Accueil</title>
  5. <link rel="stylesheet" type="text/css" href="../css/styleacc.css">
  6. </head>
  7. <body>
  8. <div>
  9. <button onclick="location.href = 'jeu.html';">Nouvelle partie</button>
  10. <button onclick="location.href = 'tuto.html';">Tutoriel</button>
  11. </div>
  12. </body>
  13. </html>