diff options
Diffstat (limited to 'app/views/home')
-rw-r--r-- | app/views/home/index.html.erb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb new file mode 100644 index 0000000..37a7ea2 --- /dev/null +++ b/app/views/home/index.html.erb @@ -0,0 +1,15 @@ +<div class="pl-10 pt-10"> + <div class="mb-10"> + <h1 class="text-4xl">Welcome to the Planes.</h1> + <p class="my-2">Enter the realms of Esoterra, a multiplayer + browser-based role-playing game.</p> + </div> + + <div> + <p class="text-glow text-red-500 mb-1">Esoterra is in early development. This is a closed, + pre-alpha server for a handful of game designers and playtesters. + It is closed to the public.</p> + <p>If you're interested in helping test Esoterra, send an email to + <a href="mailto:hello@davidgay.org">hello@davidgay.org</a>.</p> + </div> +</div>
\ No newline at end of file |