notes/template.html

13 lines
284 B
HTML
Raw Normal View History

2020-04-20 17:03:42 +00:00
<html>
2020-04-20 18:35:30 +00:00
<head>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
2020-04-20 18:37:20 +00:00
<style>
font-family: 'Noto Sans', sans-serif;
</style>
2020-04-20 18:35:30 +00:00
<title>Resources for learning Norwegian</title>
</head>
<body>
<div class="markdown"></div>
</body>
2020-04-20 17:03:42 +00:00
</html>