<!DOCTYPE html>
<html lang="da">
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<title>Danske grammatikfejl</title>
		<link rel="stylesheet" href="assets/style.css">
	</head>
	<body style="display: flex; flex-direction: column; min-height: 100vh;">
		<main>
			<h1>Danske grammatikfejl</h1>

			<ul>
				<li><a href="pronominer-kasus.html">Bøjning af danske pronominer</a></li>
				<li><a href="fordi-at.html">At efter fordi</a></li>
			</ul>
		</main>

		<div style="flex: 1;"></div>

		<footer>
			<p>
				Har du feedback, kan du sende det til
				<a href="mailto:?to=Reimar%20<%6D%61%69%6C%40%72%65%69%6D%2E%61%72>">Reimar &lt;&#109;&#97;&#105;&#108;&commat;&#114;&#101;&#105;&#109;&period;&#97;&#114;&gt;</a>.
			</p>
			<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">
				Denne hjemmeside er overladt til public domain.

				<a href="https://creativecommons.org/publicdomain/zero/1.0/deed.da" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">
					CC0 1.0
				</a>

				<img style="height:22px; margin-left:3px; vertical-align: text-bottom;" src="assets/cc.svg" alt="">
				<img style="height:22px; margin-left:3px; vertical-align: text-bottom;" src="assets/zero.svg" alt="">

				<br>

				Se <a href="https://git.reim.ar/Reimar/grammatikfejl" target="_blank">kildekoden her</a>.
			</p>
		</footer>
	</body>
</html>