|
|
- <!DOCTYPE html>
- <html>
-
- <head>
- <meta charset="utf-8">
- <title>DVB Abfahrtsmonitor</title>
- </head>
-
- <body>
-
- <form action="" method="get" id="search-form">
- <div class="section">
- <label for="q">Haltestelle</label>
- <input type="search" id="q" name="q" required placeholder="Haltestelle eingeben" value="Bischofsweg">
- </div>
- <div class="button-group">
- <button type="submit" id="btn-search">Suche</button>
- </div>
- </form>
-
- <div id="output"></div>
-
- <script src="scripts/haltestellen.js"></script>
-
- </body>
-
- </html>
|