diff options
author | Minteck <contact@minteck.org> | 2022-05-27 16:01:58 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-05-27 16:01:58 +0200 |
commit | ff55cb779941ce6ea178b3ea37f1e519f47d7937 (patch) | |
tree | 2186fa5b422d073650616a4361eb3b9c6d205525 /views/plurality.ejs | |
parent | 7d1c7859cdbdbd2407426ac6c72e501bab1dd47b (diff) | |
download | vaportrail-ff55cb779941ce6ea178b3ea37f1e519f47d7937.tar.gz vaportrail-ff55cb779941ce6ea178b3ea37f1e519f47d7937.tar.bz2 vaportrail-ff55cb779941ce6ea178b3ea37f1e519f47d7937.zip |
Rewrite /servers
Diffstat (limited to 'views/plurality.ejs')
-rw-r--r-- | views/plurality.ejs | 4 |
1 files changed, 1 insertions, 3 deletions
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"}) %> - -<script src="/assets/plurality.js"></script> +<%- include("./partials/header.ejs", {title: "Plurality"}) %> <%- include("./partials/footer.ejs") %>
\ No newline at end of file |