initial commit

This commit is contained in:
rramiachraf 2022-06-30 21:32:56 +01:00
commit 7b2c43cc16
13 changed files with 285 additions and 0 deletions

7
static/script.js Normal file
View file

@ -0,0 +1,7 @@
document.querySelectorAll("#lyrics > a").forEach(item => {
item.addEventListener("click", getAnnotation)
})
function getAnnotation(e) {
e.preventDefault()
}