initial commit
This commit is contained in:
11
src/main/resources/templates/errors/alreadyVoted.html
Normal file
11
src/main/resources/templates/errors/alreadyVoted.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Abizeitung 2020/2021 Voting</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1 style="color: red;"> Jeder darf nur einmal abstimmen! </h1>
|
||||
<a href="http://localhost:8080">Return to Login-Site</a>
|
||||
</body>
|
||||
</html>
|
||||
13
src/main/resources/templates/errors/notRegistered.html
Normal file
13
src/main/resources/templates/errors/notRegistered.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Abizeitung 2020/2021 Voting</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1> Überprüfe noch einmal die eingegebene E-Mail Adresse
|
||||
Sollte der Fall eintreten, dass du deine E-Mail Adresse richtig eingegeben hast und du Schüler der Q2 bist,
|
||||
schreibe eine Mail an simon.bussmann@adolfinum.de mit dem Betreff LoginFehler</h1>
|
||||
<a href="http://localhost:8080">Try again</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user