temp
This commit is contained in:
@@ -76,7 +76,7 @@ public class VotingController {
|
||||
|
||||
@RequestMapping("/")
|
||||
public String WelcomeSite() {
|
||||
LocalDate finishDate = LocalDate.of(2021, Month.JANUARY,17);
|
||||
LocalDate finishDate = LocalDate.of(2021, Month.JANUARY,8);
|
||||
LocalDate now = LocalDate.now();
|
||||
|
||||
if(now.isAfter(finishDate)){
|
||||
|
||||
@@ -9,8 +9,7 @@
|
||||
|
||||
<body class="center-screen">
|
||||
<div class="centered">
|
||||
<h1>Du scheinst zu spät zu sein!</h1>
|
||||
<h2>Momentan findet kein Voting statt</h2>
|
||||
<h1>Es finden momentan Wartungen statt</h1>
|
||||
<button id="backButton" class="submitButton">Zur Adolfinum Seite</button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user