diff options
Diffstat (limited to 'templates/landing_page.html')
-rw-r--r-- | templates/landing_page.html | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/templates/landing_page.html b/templates/landing_page.html index b6a28cd..a97f55e 100644 --- a/templates/landing_page.html +++ b/templates/landing_page.html @@ -18,9 +18,13 @@ </div> {% endif %} <div class="content"> - <div class="geolocation"> - <button id="geolocationsearch">Haltestellen in der Umgebung suchen</button> - </div> + <p> + NVM ist ein inoffizieller Abfahrtsmonitor für Nahverkehr in Deutschland + und Umgebung. Diese Seite ist ein kostenfreies, privat betriebenes + Projekt ohne Verfügbarkeitsgarantie. Alle Angaben ohne Gewähr. + </p> + </div> + <div class="content"> <form action="/find/stop"> <label for="name">Haltestelle:</label> <input id="name" name="name" required type="text"> @@ -29,6 +33,11 @@ </button> </form> </div> + <div class="content"> + <div class="geolocation"> + <button id="geolocationsearch">Haltestellen in der Umgebung suchen</button> + </div> + </div> </div> </body> </html> |