Fixing JS

This commit is contained in:
Lyes Saadi 2025-12-14 03:10:29 +01:00
parent 55b13cbe3b
commit 8cc8115f7b
Signed by: lyes
GPG key ID: 55A1D803917CF39A
2 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ function lyesAge() {
} }
function changeAge() { function changeAge() {
document.getElementById("age").setHTML(lyesAge()) document.getElementById("age").innerHTML = lyesAge()
} }
changeAge() changeAge()

View file

@ -1,6 +1,6 @@
@font-face // @font-face
font-family: "LibreBaskerville" // font-family: "LibreBaskerville"
src: url("/fonts/LibreBaskerville-Regular.otf") format("opentype") // src: url("/fonts/LibreBaskerville-Regular.otf") format("opentype")
@font-face @font-face
font-family: "YoungSerif" font-family: "YoungSerif"