Simple static page deployed via GitHub Pages.
Live URL: https://dramirez89.github.io/test/
Just open index.html in a browser, or:
python3 -m http.server 8000
# then visit http://localhost:8000Every push to main redeploys automatically.
git add .
git commit -m "Update"
git push