Browse Source

moved from sub directory 'dvb-app' into 'dvb-webapp' root directory

master
T. Meissner 11 years ago
parent
commit
07344a0a38
1 changed files with 27 additions and 0 deletions
  1. +27
    -0
      index.html

+ 27
- 0
index.html View File

@ -0,0 +1,27 @@
<!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>

Loading…
Cancel
Save