-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (28 loc) ยท 1.52 KB
/
Copy pathindex.html
File metadata and controls
32 lines (28 loc) ยท 1.52 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
<!doctype html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#5C4B43" />
<meta name="description" content="ุฃูุงู
โ ุชุทุจูู ูููุนู ูุงูุญุถูุฑ ุงูููู
ู. ูุซูู ู
ุดุงุนุฑู ูููุงูุงู ูู ุงูุตุจุงุญุ ูุชุฃู
ู ุฑุญูุชู ูู ุงูู
ุณุงุก ูุชุตูุน ุฐุงูุฑุฉ ูุงุนูุฉ ูุญูุงุชู." />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- Open Graph -->
<meta property="og:title" content="ุฃูุงู
- ุงููุนู ุงูููู
ู" />
<meta property="og:description" content="ูุซูู ู
ุดุงุนุฑู ูููุงูุงู ูู ุงูุตุจุงุญุ ูุชุฃู
ู ุฑุญูุชู ูู ุงูู
ุณุงุก." />
<meta property="og:type" content="website" />
<meta property="og:image" content="/icon-512.png" />
<!-- Preconnect for Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Icons -->
<link rel="icon" type="image/png" sizes="192x192" href="/icon-192.png" />
<link rel="apple-touch-icon" href="/icon-192.png" />
<link rel="manifest" href="/manifest.json" />
<title>ุฃูุงู
- ุงููุนู ุงูููู
ู</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>