From ff55cb779941ce6ea178b3ea37f1e519f47d7937 Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 27 May 2022 16:01:58 +0200 Subject: Rewrite /servers --- views/plurality.ejs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'views/plurality.ejs') diff --git a/views/plurality.ejs b/views/plurality.ejs index 02f2af0..db8e17a 100644 --- a/views/plurality.ejs +++ b/views/plurality.ejs @@ -22,7 +22,5 @@ ~ SOFTWARE. ~ --> -<%- include("./partials/header.ejs", {title: "Home"}) %> - - +<%- include("./partials/header.ejs", {title: "Plurality"}) %> <%- include("./partials/footer.ejs") %> \ No newline at end of file -- cgit