Public
Like
HTMLDemoPage
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
main.tsx
https://kkunesh--328fd15e7d1711f0b3260224a6c84d84.web.val.run
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"