From a1fe768c6d40c7c885db1c9843c61527cbe583e3 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 20 Nov 2021 19:47:08 +0100 Subject: Rewrite view templates to use Pug engine. --- views/index.ejs | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 views/index.ejs (limited to 'views/index.ejs') diff --git a/views/index.ejs b/views/index.ejs deleted file mode 100644 index 1f23381..0000000 --- a/views/index.ejs +++ /dev/null @@ -1,29 +0,0 @@ -<%- include('header', { title: "Rally the Troops!" }) _%> - - -

-Rally the Troops! is a website where you can play historic games with other -players. - -

-Registration and use is free, and there are no ads. - -

-<% - for (let t in titles) { - let title = titles[t]; - if (!title.hidden) { -_%> - -<% - } - } -_%> -
- -

-Join the Discord server to find players or report bugs. -- cgit v1.2.3