Merge branch 'main' into lang_de

This commit is contained in:
2022-04-19 11:31:42 +02:00
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<groupId>org.example</groupId> <groupId>org.example</groupId>
<artifactId>Widerhall</artifactId> <artifactId>Widerhall</artifactId>
<version>0.0.12</version> <version>0.0.13</version>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

View File

@@ -12,16 +12,16 @@
<h1>Widerhall Login</h1> <h1>Widerhall Login</h1>
<form method="POST"> <form method="POST">
<fieldset> <fieldset>
<legend>Login-Daten</legend> <legend>Login credentials</legend>
<label> <label>
<input type="text" name="email" value="«data.email»" id="email" /> <input type="text" name="email" value="«data.email»" id="email" />
E-Mail-Adresse Email address
</label> </label>
<label> <label>
<input type="password" name="pass" value="" id="password" /> <input type="password" name="pass" value="" id="password" />
Passwort Password
</label> </label>
<button type="submit">Einloggen</button> <button type="submit">Login</button>
</fieldset> </fieldset>
</form> </form>
</body> </body>