<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>This is the web site.</title>
</head>
<body contenteditable>
<h1>This is the web site.</h1>
<ul>
<li>No external dependencies.</li>
<li>Easy to maintain.</li>
<li>Fast to load.</li>
<li>Pretty easy to read.</li>
<li>Editing built in! 😈</li>
</ul>
</body>
</html>