adding license
This commit is contained in:
6
frontend/web/js/site.js
Normal file
6
frontend/web/js/site.js
Normal file
@@ -0,0 +1,6 @@
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
let user = "info";
|
||||
let domain = "caloriethingy.com";
|
||||
let emailElement = document.getElementById("email");
|
||||
emailElement.innerHTML = `<a href="mailto:${user}@${domain}">${user}@${domain}</a>`;
|
||||
});
|
||||
Reference in New Issue
Block a user