index: Added warning when javascript is disabled
This commit is contained in:
parent
9bc9ad7845
commit
0a7a85a231
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,10 @@
|
|||
</p>
|
||||
|
||||
<address><a href="#" id="email">[SHOW EMAIL]</a></address>
|
||||
<noscript>
|
||||
Please enable javascript :3 if you really don't want to, here is
|
||||
my base64-encoded email: eWlraWpvb3VAbGFwb3N0ZS5uZXQ=
|
||||
</noscript>
|
||||
|
||||
<script>
|
||||
const email = atob("eWlraWpvb3VAbGFwb3N0ZS5uZXQ=");
|
||||
|
|
Loading…
Reference in a new issue