-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.51 KB
/
Copy pathindex.html
File metadata and controls
22 lines (22 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="TypoMaster — برنامج احترافي لتعليم الطباعة بالعربية والإنجليزية. تطبيق سطح مكتب مبني باستخدام React + Tauri + Rust مع 210+ تمرين و 40 درس و 5 ألعاب تفاعلية." />
<meta name="keywords" content="تعليم الطباعة, طباعة عربي, طباعة إنجليزي, typing tutor, Arabic typing, English typing, touch typing, keyboard trainer, Tauri app" />
<meta property="og:title" content="TypoMaster — أتقن الطباعة" />
<meta property="og:description" content="Professional bilingual typing trainer — 210+ exercises, 40 lessons, 5 games, 10 themes." />
<meta property="og:image" content="banner.svg" />
<meta property="og:url" content="https://github.com/alhmli70/typomaster" />
<meta name="twitter:card" content="summary_large_image" />
<title>TypoMaster — أتقن الطباعة</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;900&family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>