notes/template.html

12 lines
325 B
HTML
Raw Normal View History

2020-04-20 17:03:42 +00:00
<html>
2020-04-20 18:42:42 +00:00
<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>
2020-04-20 17:03:42 +00:00
</html>
2020-04-20 18:42:42 +00:00