notes/template.html

15 lines
300 B
HTML
Raw Normal View History

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