Put personal pages into subdomains
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
document.querySelectorAll('.mono').forEach(element => {
|
||||
element.addEventListener('click', async () => {
|
||||
await navigator.clipboard.writeText(element.textContent);
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user