remove resume

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2023-12-09 23:34:11 -05:00
parent 522b4c8efa
commit 303de84d03
6 changed files with 1 additions and 807 deletions

View file

@ -1,7 +0,0 @@
document.querySelectorAll('main a').forEach(el => {
const icon = document.createElement('i');
icon.classList.add('fa', 'fa-solid', 'fa-arrow-up-right-from-square');
el.appendChild(icon);
});
document.querySelector('#print').addEventListener('click', () => window.print());