HTML and Templating

The only thing users see

The Minimal HTML5 Boilerplate

<!DOCTYPE html>
<html lang="en">
  <head>
		<meta charset="utf-8">
		<title>HTML5 boilerplate – all you really need…</title>
	</head>

	<body>

	</body>
</html>

Last updated