notes/norsk/template.html
2022-11-14 23:46:45 +01:00

13 lines
385 B
HTML

<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<link rel="icon" href="/flag.png" type="image/png">
<style>* { font-family: 'Noto Sans', sans-serif; }</style>
<title>Resources for learning Norwegian</title>
</head>
<body>
<div class="markdown"></div>
</body>
</html>