-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (42 loc) Β· 2.41 KB
/
index.html
File metadata and controls
47 lines (42 loc) Β· 2.41 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/Logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#f2a61c" />
<!-- SEO Meta Tags -->
<title>TinySteps - Educational Platform for Young Learners</title>
<meta name="description" content="TinySteps is a trusted educational platform empowering young learners aged 3-12 through engaging adventures, parent-guided exploration, and curriculum-aligned learning." />
<meta name="keywords" content="educational app, children learning, preschool, elementary education, interactive learning, kid-friendly platform" />
<meta name="author" content="TinySteps" />
<meta name="robots" content="index, follow" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="TinySteps - Empowering Young Learners Through Play" />
<meta property="og:description" content="Join 500,000+ learners and 10,000+ schools using TinySteps for engaging education." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tinysteps.com" />
<meta property="og:image" content="/src/assets/Logo.png" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="TinySteps - Educational Platform for Young Learners" />
<meta name="twitter:description" content="Transform how children learn through engaging adventures and parent-guided exploration." />
<meta name="twitter:image" content="/src/assets/Logo.png" />
<!-- Security & Standards -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="format-detection" content="telephone=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="TinySteps" />
<!-- Canonical URL -->
<link rel="canonical" href="https://tinysteps.com" />
</head>
<body>
<div id="root"></div>
<noscript>
<p>This application requires JavaScript to be enabled. Please enable JavaScript in your browser settings.</p>
</noscript>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>