mad/template.html

28 lines
635 B
HTML

<!doctype html>
<html lang="da">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/img/mad-icon.png" />
<link href="/style.css" rel="stylesheet">
<title>Niels' mad</title>
</head>
<body>
<header><a href="/">&nbsp;Niels' mad&nbsp;</a></header>
<nav>
<ul>
<li><a href="/retter/">Alle retter</a></li>
<li><a href="/om/">Om Niels' mad</a></li>
<li><a href="/atom.xml">Atom-feed</a></li>
</ul>
</nav>
<section>
<article>
CONTENT
</article>
</section>
</body>
</html>