diff options
Diffstat (limited to 'views/index.ejs')
-rw-r--r-- | views/index.ejs | 19 |
1 files changed, 19 insertions, 0 deletions
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!" }) %> +<style> +.list { display: flex; flex-wrap: wrap; justify-content: left; } +.list a { margin: 1em; display: block; } +.list img { box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5); } +</style> + +<p> +Rally the Troops! is a website where you can play historic games with other +players. + +<p> +Registration and use is free, and there are no ads. + +<div class="list"> +</div> + +<p> +Join the <a href="https://discord.gg/CBrTh8k84A">Discord</a> server to find players or report bugs. |