Test
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user