From 652852e3104ce4020de53231ee7691a4970439d6 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 1 May 2021 00:48:35 +0200 Subject: Add server and lobby code. --- views/index.ejs | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 views/index.ejs (limited to 'views/index.ejs') diff --git a/views/index.ejs b/views/index.ejs new file mode 100644 index 0000000..a9abeff --- /dev/null +++ b/views/index.ejs @@ -0,0 +1,19 @@ +<%- 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. + +

+
+ +

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