summaly/test/htmls/no-metas.html
2017-02-08 15:17:28 +09:00

12 lines
238 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<h1>KISS principle</h1>
<p>KISS is an acronym for "Keep it simple, stupid" as a design principle noted by the U.S. Navy in 1960.</p>
</body>
</html>