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.
<li>
<label for="login-username" class="login-text"> Name</label>
<input tabindex="1" type="text" class="login-field" name="credentials.username" id="login-username" value="" />
</li>
<li>
<label for="login-password" class="login-text">Passwort</label>
<input tabindex="2" type="password" class="login-field" name="credentials.password" id="login-password" />
<input type="submit" value="Login" class="submit" />
</li>