From 2863a49dd0cdae245a741f533c8861c1c8b97fd6 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Sat, 17 Sep 2022 00:17:34 +0300 Subject: init commit --- lehed/oppematerjalid/index.html | 64 +++++++++++++++++++++++++++++++++++++++++ lehed/oppematerjalid/styles.css | 3 ++ 2 files changed, 67 insertions(+) create mode 100644 lehed/oppematerjalid/index.html create mode 100644 lehed/oppematerjalid/styles.css (limited to 'lehed/oppematerjalid') diff --git a/lehed/oppematerjalid/index.html b/lehed/oppematerjalid/index.html new file mode 100644 index 0000000..d9eba8c --- /dev/null +++ b/lehed/oppematerjalid/index.html @@ -0,0 +1,64 @@ + + + + + + Õppematerjalid + + + + + + + + + + + + + + +
+
+

Õppematerjalid

+
+
+ + + + + \ No newline at end of file diff --git a/lehed/oppematerjalid/styles.css b/lehed/oppematerjalid/styles.css new file mode 100644 index 0000000..9b02532 --- /dev/null +++ b/lehed/oppematerjalid/styles.css @@ -0,0 +1,3 @@ +body{ + font-family: 'Cormorant SC', serif !important; +} \ No newline at end of file -- cgit v1.2.3