<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>DVB Abfahrtsmonitor</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
</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>
|