hello-static icon indicating copy to clipboard operation
hello-static copied to clipboard

feat: add doctype to example HTML

Open calvinf opened this issue 1 year ago • 0 comments

The doctype is required at the top of HTML5 documents and without it browsers can make odd rendering decisions. It can be helpful to have this in case folks try to build simple HTML app prototypes off of it or they could end up with unexpected rendering problems.

calvinf avatar Jan 23 '25 23:01 calvinf