Update 'frontend.js'

This commit is contained in:
nodemixaholic 2024-03-31 21:47:01 +00:00
parent c71fc453aa
commit cd89c6aad5

View file

@ -109,7 +109,7 @@ function createParagraph(elementID, text) {
return elem return elem
} }
function initBody() { function createBody() {
createElement("body", "body") createElement("body", "body")
} }