reverse block

This commit is contained in:
2021-01-09 21:09:46 +01:00
parent a14d2a6f33
commit 7fd2221e0a
2 changed files with 3 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ public class VotingController {
@RequestMapping("/")
public String WelcomeSite() {
LocalDate finishDate = LocalDate.of(2021, Month.JANUARY,8);
LocalDate finishDate = LocalDate.of(2021, Month.JANUARY,17);
LocalDate now = LocalDate.now();
if(now.isAfter(finishDate)){

View File

@@ -9,7 +9,8 @@
<body class="center-screen">
<div class="centered">
<h1>Es finden momentan Wartungen statt</h1>
<h1>Du bist leider zu spät</h1>
<h2>Momentan ist hier auf der Seite nichts los</h2>
<button id="backButton" class="submitButton">Zur Adolfinum Seite</button>
</div>