A basic project implementing the Skeleton HTML Boilerplate. This project was done as part of The Odin Project.
If you are on Linux:
pushd index.html; python3 -m http.server 9999; popd;
If you are using VSCODE, you can use the following extension for live preview.