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>
|
||||
Reference in New Issue
Block a user