add suomi

This commit is contained in:
Roy Olav Purser 2022-11-15 00:03:24 +01:00
parent e836d98c21
commit 858abf7a65
Signed by: roypur
GPG Key ID: 90142918D5E59AD3
3 changed files with 14 additions and 0 deletions

BIN
suomi/flag.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

2
suomi/resources.md Normal file
View File

@ -0,0 +1,2 @@
# Resources for learning Finnish

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>