aggiunta funzionalità di encryption-decryption dell'email per evitare lo spam (WIP)

This commit is contained in:
Matteo Manzinello
2019-05-09 09:23:12 +02:00
parent 5ed27a17e3
commit b00bd27776
3 changed files with 29 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
mailgoInit = () => {
const styleSheet = document.createElement("style");
const styleSheet = document.createElement("link");
styleSheet.rel = "stylesheet";
styleSheet.type = "text/css";
styleSheet.src = "https://unpkg.com/mailgo@latest/dist/mailgo.min.css";
styleSheet.href = "https://unpkg.com/mailgo@latest/dist/mailgo.min.css";
document.head.appendChild(styleSheet);
// ottengo tutti i mailto contenuti nella pagina