reynir.dk/pages/contact.md
2023-11-14 09:20:41 +01:00

14 lines
379 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Email
I have written my email in [BNF](http://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form):
```
my_email ::= user "@" domain
user ::= "reynir"
domain ::= subdomain "." TLD
subdomain ::= "reynir"
TLD ::= "dk"
```
People say you shouldnt put your email in plaintext on websites, because crawlers will find it and send you *SPAM* - and no one likes that!