Skip to content
/ html5 Public

Minimal HTML5 document template, because I always have trouble finding one for some reason.

License

Notifications You must be signed in to change notification settings

ducklol2/html5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minimal HTML5 Template

Minimal HTML5 document template, because I always have trouble finding one for some reason.

html5/index.html

Lines 1 to 11 in 12cd29c

<!doctype html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
</body>
</html>

Usage

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

About

Minimal HTML5 document template, because I always have trouble finding one for some reason.

Resources

License

Stars

Watchers

Forks

Languages