added new main site with currently buggy layout

This commit is contained in:
Jottyfan
2024-05-28 18:29:26 +02:00
parent 81d6f79857
commit 8522def65c
7 changed files with 80 additions and 11 deletions

View File

@@ -64,6 +64,16 @@ public class StaticPagesController extends CommonController {
return "/allgemeines";
}
/**
* load the nachruf page
*
* @return the nachruf page
*/
@GetMapping("/nachruf")
public String getNachruf() {
return "/nachruf";
}
/**
* load the datenschutz page
*