To create new pages, simply create new .html files in the src/ directory.
src/index.html
Source | Destination | Alternative URL |
---|---|---|
src/index.html | localhost:3000/index.html | localhost:3000/ |
src/about.html | localhost:3000/about.html | localhost:3000/about |
src/contact.html | localhost:3000/contact.html | localhost:3000/contact |
In the local development environment you can navigate the routes with or without the .html extension as shown in the example above.