-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (34 loc) · 2.21 KB
/
index.html
File metadata and controls
43 lines (34 loc) · 2.21 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
<!doctype html>
<html lang="ar" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Page Title -->
<title>Quran Video Studio – القرآن الكريم</title>
<!-- Description -->
<meta name="description" content="Quran Video Studio is an online tool to create and edit Quran videos. | القرآن الكريم أداة على الإنترنت لإنشاء وتحرير فيديوهات القرآن بسهولة مع الصوت والخطوط والتصاميم." />
<!-- Keywords -->
<meta name="keywords" content="Quran video maker, Islamic video editor, create Quran videos | إنشاء فيديوهات القرآن, محرر فيديو إسلامي, القرآن الكريم" />
<!-- Open Graph (Bilingual) -->
<meta property="og:title" content="Quran Video Studio – القرآن الكريم" />
<meta property="og:description" content="Create and edit Quran videos online | إنشاء وتحرير فيديوهات القرآن على الإنترنت" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/preview.png" />
<meta property="og:url" content="https://quran8vs.pages.dev" />
<!-- Twitter Card (Bilingual) -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Quran Video Studio – القرآن الكريم" />
<meta name="twitter:description" content="Create and export professional Quran videos online | إنشاء فيديوهات القرآن الاحترافية على الإنترنت" />
<meta name="twitter:image" content="/preview.png" />
<link rel="icon" type="image/png" href="/icon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/icon/favicon.svg" />
<link rel="shortcut icon" href="/icon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/icon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Quran Video Studio" />
<link rel="manifest" href="/icon/site.webmanifest" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>