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.
 
 
 

27 lines
577 B

<!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">
</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>