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/about.ejs | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 views/about.ejs (limited to 'views/about.ejs') diff --git a/views/about.ejs b/views/about.ejs new file mode 100644 index 0000000..ed1b54d --- /dev/null +++ b/views/about.ejs @@ -0,0 +1,83 @@ +<%- include('header', { title: "Rally the Troops!" }) %> + + +

+Rally the Troops! is created and maintained by Tor Andersson. +It is an open source project, and you can find the code on GitHub. + +

+Tips & Tricks +

+ + + +

+Licensing +

+ +

+All games are used with consent from their respective rights holders. + +

+Icons are sourced from game-icons.net +by Delapouite, Lorc, and others under the +CC BY 3.0 license. + + -- cgit v1.2.3