diff --git a/src/main/resources/templates/about.ftl b/src/main/resources/templates/about.ftl new file mode 100644 index 0000000..afd5250 --- /dev/null +++ b/src/main/resources/templates/about.ftl @@ -0,0 +1,6 @@ + + + +<#include "header.ftl"> +

About

+<#include "footer.ftl"> \ No newline at end of file diff --git a/src/main/resources/templates/footer.ftl b/src/main/resources/templates/footer.ftl new file mode 100644 index 0000000..a25c528 --- /dev/null +++ b/src/main/resources/templates/footer.ftl @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/src/main/resources/templates/header.ftl b/src/main/resources/templates/header.ftl new file mode 100644 index 0000000..2070c0c --- /dev/null +++ b/src/main/resources/templates/header.ftl @@ -0,0 +1,11 @@ +
+

Multimodal Parliament Explorer

+ +
\ No newline at end of file diff --git a/src/main/resources/templates/home.ftl b/src/main/resources/templates/home.ftl new file mode 100644 index 0000000..b287e4e --- /dev/null +++ b/src/main/resources/templates/home.ftl @@ -0,0 +1,6 @@ + + + +<#include "header.ftl"> + +<#include "footer.ftl"> \ No newline at end of file