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

15 lines
300 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>