nebulosus website upgrade

This commit is contained in:
Robin-qwerty 2024-04-09 15:29:00 +02:00
parent 818d78413b
commit 6ea8f49b3f
9 changed files with 486 additions and 182 deletions

View file

@ -0,0 +1,4 @@
document.querySelectorAll("h2")
.forEach(e => {
e.onclick = () => window.location.hash = e.parentElement.id;
});