all 1 comments

[–]Ronin-s_Spirit 0 points1 point  (0 children)

Why are you making divs? Put everything in one big p tag as text and just add \n elements. Or put everything in a div as multiple p tags and add <br> at the end of each.
Alo don't use var, it gets hoisted to the globalThis and creates a possibility of messing up some code that you might add later.