This is a demo of a site that uses HTML and CSS to create a simple webpage.
Our index.html file holds all of the HTML. It creates the content and
structure of the site.
Our style.css file adds styling rules to the content of the site, so we can
change how it looks.
The main.tsx file sets up a static HTTP server that hosts our site, so we can
see what it looks like.
To view the site, go to main.tsx, click on "...", and select "Open HTTP
endpoint"