notes/suomi/template.html

13 lines
383 B
HTML
Raw Normal View History

2022-11-14 23:03:24 +00:00
<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>
2022-11-17 19:19:13 +00:00
<title>Resources for learning Finnish</title>
2022-11-14 23:03:24 +00:00
</head>
<body>
<div class="markdown"></div>
</body>
</html>