added new main site with currently buggy layout
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user