Some experiments with web applications
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.

26 lines
577 B

11 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>DVB Abfahrtsmonitor</title>
  6. </head>
  7. <body>
  8. <form action="" method="get" id="search-form">
  9. <div class="section">
  10. <label for="q">Haltestelle</label>
  11. <input type="search" id="q" name="q" required placeholder="Haltestelle eingeben">
  12. </div>
  13. <div class="button-group">
  14. <button type="submit" id="btn-search">Suche</button>
  15. </div>
  16. </form>
  17. <div id="output"></div>
  18. <script src="scripts/haltestellen.js"></script>
  19. </body>
  20. </html>