Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<form action="...">
<input type="text" id="app" name="app" value="APP" onfocus="this.value=''"><br>
<input type="text" id="environment" name="environment" value="Umgebung" onfocus="this.value=''"><br>
<input type="submit" value="Senden">
</form>
form {text-align:center}
<input ... onfocus="this.value=''"> <!-- leert beim Aktivieren/Fokus den value-Wert des Eingabefeldes -->