add suomi

This commit is contained in:
2022-11-15 00:03:24 +01:00
parent e836d98c21
commit 858abf7a65
3 changed files with 14 additions and 0 deletions

12
suomi/template.html Normal file
View File

@ -0,0 +1,12 @@
<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 Norwegian</title>
</head>
<body>
<div class="markdown"></div>
</body>
</html>