forked from folklof/folklof-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (23 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Welcome to Folklof, where innovation meets education! Our platform is a groundbreaking solution in the field of education, integrating AI-based storytelling technology with interactive reading experiences for children. In the fast-paced era of globalization and technology, quality education is the key to achieving Sustainable Development Goals (SDGs) and advancing the world's civilization">
<meta name="keywords" content="folklof, folklof ai, story teller with AI, folklof.com, folklof app">
<meta name="author" content="Folklof - HanCeSi">
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/logo.png">
<!-- Typekit Fonts -->
<link rel="stylesheet" href="https://use.typekit.net/jxc3sxz.css">
<!-- Canonical Link -->
<link rel="canonical" href="https://www.folklof.com">
<!-- Page Title -->
<title>Folklof AI - Innovative Educational App to Support the SDGs</title>
</head>
<body >
<div id="root"></div>
<script type="module" src="/src/main.tsx" defer></script>
</body>
</html>