diff options
-rw-r--r-- | public/lite/bare.css | 4 | ||||
-rw-r--r-- | public/lite/index.html | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/public/lite/bare.css b/public/lite/bare.css index 9e4d36e..a0903c2 100644 --- a/public/lite/bare.css +++ b/public/lite/bare.css @@ -6,3 +6,7 @@ color: darkblue; contain: content; } + +none { + display: none; +} diff --git a/public/lite/index.html b/public/lite/index.html index f98312e..dbdae48 100644 --- a/public/lite/index.html +++ b/public/lite/index.html @@ -25,14 +25,14 @@ <section> <h2>Account registration</h2> <blockquote> - <p>To create a game account without using the full website, contact us at registration@themanaworld.org</p> + <p>To create a game account without using the full website, contact us at reg<none> </none>istration<notag/>@<notag/>themanaworld.org</p> <p>Make sure to <a href="https://wiki.themanaworld.org/index.php/Downloads">download our game client</a> in order to play.</p> </blockquote> </section> <section> <h2>Account recovery</h2> <blockquote> - <p>If you need help accessing your account (lost username or password), contact us at support@themanaworld.org</p> + <p>If you need help accessing your account (lost username or password), contact us at sup<none> </none>port<notag/>@<notag/>themanaworld.org</p> </blockquote> </section> <section> |