notes/suomi/template.html
2022-11-17 20:19:13 +01:00

13 lines
383 B
HTML

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