add norsk folder

This commit is contained in:
2022-11-14 23:46:45 +01:00
parent 3552673d83
commit e836d98c21
3 changed files with 83 additions and 0 deletions

12
norsk/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>