diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-05 22:15:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-05 22:15:27 -0300 |
commit | 336fa55b30d133108c156caa14641766f82ec870 (patch) | |
tree | 9540a2c2591db185c82f95266fbc8042d59afcca | |
parent | 4d415d7ca5a5bd9d5f238a31bd665dbc62a10b86 (diff) | |
download | website-336fa55b30d133108c156caa14641766f82ec870.tar.gz website-336fa55b30d133108c156caa14641766f82ec870.tar.bz2 website-336fa55b30d133108c156caa14641766f82ec870.tar.xz website-336fa55b30d133108c156caa14641766f82ec870.zip |
Apply some really lame email obfuscation - Too busy/lazy to do this properly
-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> |