Welcome to my Website!

This is a paragraph! Here's how you make a link: Neocities.

Here's how you can make bold and italic text.

Here's how you can add an image:

Site hosted by Neocities

Here's how to make a list:

var images = document.getElementById("bgs").querySelectorAll("img"); var bg = document.getElementById("bg"); images.forEach((el) => el.addEventListener( "mouseover", (event) => (bg.style.backgroundImage = "url(" + el.src + ")"), ), );

To learn more HTML/CSS, check out these tutorials!