Minimal HTML5 document template, because I always have trouble finding one for some reason.
Lines 1 to 11 in 12cd29c
Download in current folder:
curl -LJO https://github.com/ducklol2/html5/raw/refs/heads/main/index.html
If you want an easy local server:
-
Python 3.x:
python3 -m http.server 8000
-
Python 2.x:
python -m SimpleHTTPServer 8000