summaryrefslogtreecommitdiff
path: root/app/views/home/index.html.erb
blob: fe71ffa2af575151e6f91c17b571bd068ce8c43e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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><span class="text-glow text-red-500">Esoterra is in early development.</span>
      This is a closed,
      pre-alpha server for a handful of game designers and playtesters.
      It is closed to the public. 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>