other.html 595 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>Öffentlicher Bereich - Other</title>
  8. <link rel="stylesheet" href="css/bootstrap.min.css" />
  9. <link rel="stylesheet" href="css/styles.css" />
  10. </head>
  11. <body>
  12. <div class="container my-5">
  13. <h1>Öffentlicher Bereich - Other Page</h1>
  14. <p>
  15. <a class="back" href="index.html">... und hier wieder zurück</a>
  16. </p>
  17. </div>
  18. </body>
  19. </html>