Welcome!

This is a demo of a site that uses HTML and CSS to create a simple webpage.

• index.html

Our index.html file holds all of the HTML. It creates the content and structure of the site.

• style.css

Our style.css file adds styling rules to the content of the site, so we can change how it looks.

• main.tsx

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"