This commit is contained in:
2020-12-16 20:03:14 +01:00
parent a37a1e1a91
commit 80b20f2098
5 changed files with 94 additions and 137 deletions

View File

@@ -4,11 +4,15 @@
<head>
<meta charset="UTF-8">
<title>Title</title>
<link th:href="@{/styles/alreadysubmittedcandidates.css}" rel="stylesheet" />
</head>
<body>
<h1 style="color: red;">Du hast deine Kandidaten schon vorgeschlagen!</h1>
<a href="/">Return to Login-Site</a>
<body class="center-screen">
<div class="centered">
<h1 style="color: red;">Du hast deine Kandidaten schon vorgeschlagen!</h1>
<a href="/">Return to Login-Site</a>
<button type="submit" id="signup_button">Abstimmen</button>
</div>
</body>
</html>