Files
AbizeitungVotingSystem/src/main/resources/templates/errors/alreadyVotedForMotto.html
T

14 lines
273 B
HTML

<!DOCTYPE html>
<html lang="de" xmlns:th="https://www.thymeleaf.org/">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<h1 style="color: red;">Du hast deine Motto schon gewählt!</h1>
<a href="/">Return to Login-Site</a>
</body>
</html>