Files

15 lines
251 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Non article title</title>
<meta name="description" content="This is the non-article description." />
</head>
<body>
<header>Site header</header>
<div>
<h1>Non article title</h1>
<p>Woot!</p>
</div>
</body>
</html>