nebulosus website upgrade
This commit is contained in:
parent
818d78413b
commit
6ea8f49b3f
9 changed files with 486 additions and 182 deletions
4
public/res/script/anchors.js
Normal file
4
public/res/script/anchors.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
document.querySelectorAll("h2")
|
||||
.forEach(e => {
|
||||
e.onclick = () => window.location.hash = e.parentElement.id;
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue