summaly/test/htmls/basic.html

16 lines
269 B
HTML
Raw Normal View History

2024-10-03 03:20:01 -07:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>KISS principle</title>
</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>