A short HTML template that passes the Nu HTML Checker with zero errors or warnings.
xxxxxxxxxx
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Hello</title>
</head>
<body>
<p>World.</p>
</body>
</html>