Fixed mailto:

This commit is contained in:
Abhorrent_Anger 2019-01-26 01:13:54 +02:00
parent 58e1b94350
commit 144c42369d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
var un="purumbellum";
var dn="cock.li";
var dn="cock.li";
var at="@";
document.write('<a href="' + un + at + dn + '">' + un + at + dn + '</a>');
document.write('<a href=mailto:' + un + at + dn + '>' + un + at + dn + '</a>');