Browse Source

moved into root dir of 'dvb-webapp'

master
T. Meissner 11 years ago
parent
commit
d24a3b3765
1 changed files with 0 additions and 27 deletions
  1. +0
    -27
      dvb-app/index.html

+ 0
- 27
dvb-app/index.html View File

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