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.

22 lines
756 B

  1. <html lang="de">
  2. <meta charset="UTF-8">
  3. <link rel="stylesheet" href="./css/styles.css">
  4. <script src="spieleverwaltung.js"></script>
  5. <title>Spieleverwalltung</title>
  6. <body>
  7. <h1>Spielesammlung</h1>
  8. <h2>Spiele:</h2>
  9. <a href="../kniffel/index.html">Kniffel</a><hr>
  10. <a href="../uno/index.html">UNO</a><hr>
  11. <a href=""></a><hr>
  12. <a href="">Vier Gewinnt</a><hr>
  13. </body>
  14. <footer>
  15. Gruppenprojekt Programmiermethoden und Werkzeuge
  16. <p>Lucas Thenert <a href="../kniffel/index.html">Kniffel</a></p>
  17. <p>Richard Halsall<a href=""></a></p>
  18. <p>Nicolas Fritz<a href="../uno/uno.html"></a></p>
  19. <p>Raphael Elström <a href=""></a></p>
  20. </footer>
  21. </html>