mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-27 07:00:36 +00:00
15 lines
251 B
HTML
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>
|