From 35c2eaddd99c4a479a04e6e955a924511db7fd59 Mon Sep 17 00:00:00 2001 From: s5260822 Date: Wed, 19 Mar 2025 00:25:58 +0100 Subject: [PATCH] added basic info to homepage --- src/main/resources/templates/home.ftl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/home.ftl b/src/main/resources/templates/home.ftl index b287e4e..eadc4bf 100644 --- a/src/main/resources/templates/home.ftl +++ b/src/main/resources/templates/home.ftl @@ -2,5 +2,8 @@ <#include "header.ftl"> - + +

Overview

+

Welcome to the home page of the PPR Multimodal Parliament Explorer. View the different Pages in the Navigation Bar at the top

+ <#include "footer.ftl"> \ No newline at end of file