A minimal Hello World app — a single static HTML page.
Open index.html in your browser, or serve it with any static file server:
python3 -m http.server 8000Then visit http://localhost:8000.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A minimal Hello World app — a single static HTML page.
Open index.html in your browser, or serve it with any static file server:
python3 -m http.server 8000Then visit http://localhost:8000.