Eine kleine super Übung zum Kennenlernen.
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.

registration.html 339B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="stylesheet" href="index_styles.css">
  6. <link rel="shortcut icon" type="image/x-icon" href="icons/Logo_testo.png">
  7. <title>Registration</title>
  8. </head>
  9. <body>
  10. <div id="main">
  11. <h1>Hier kann man register.</h1>
  12. </div>
  13. </body>
  14. </html>