notes/template.html
2020-04-20 20:37:20 +02:00

13 lines
284 B
HTML

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