From dfd7f291f1d3c14a883cd412aff55f0f525b6dec Mon Sep 17 00:00:00 2001 From: CloudburstSys Date: Thu, 26 May 2022 10:20:53 +0100 Subject: Create base for Plurality page. ---------------------------------- Velvet Cascade - Cloudburst System --- views/plurality.ejs | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 views/plurality.ejs (limited to 'views/plurality.ejs') diff --git a/views/plurality.ejs b/views/plurality.ejs new file mode 100644 index 0000000..02f2af0 --- /dev/null +++ b/views/plurality.ejs @@ -0,0 +1,28 @@ + +<%- include("./partials/header.ejs", {title: "Home"}) %> + + +<%- include("./partials/footer.ejs") %> \ No newline at end of file -- cgit