-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (35 loc) · 2.25 KB
/
index.html
File metadata and controls
36 lines (35 loc) · 2.25 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
<!doctype html>
<html lang="en" class="Ibrahim_ibovs">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="google-site-verification"
content="mX4DKuQBksEVcTdYQBhSeHOLiCGC83hW0EAIudlj22Q"
/>
<!-- <meta name="description" content="" /> -->
<meta name="google-adsense-account" content="ca-pub-2013790858881031" />
<title>Ibovs | منصة متاجر ذكية للبائعين الأونلاين</title>
<!-- <link rel="manifest" href="/manifest.json" /> -->
<meta
name="description"
content="Ibovs منصة سوق إلكتروني ذكية تتيح للبائعين الأونلاين إنشاء متجرهم الخاص، عرض المنتجات، إدارة الطلبات، ومشاركة رابط متجرهم بسهولة مع الزبائن عبر وسائل التواصل الاجتماعي."
/>
<meta name="keywords" content="Ibovs,منصة متاجر ذكية,متاجر أونلاين,إنشاء متجر إلكتروني,إدارة الطلبات,عرض المنتجات,مشاركة رابط المتجر,بيع عبر الإنترنت,تجارة إلكترونية" />
<meta name="author" content="Ibrahim Alhajji" />
<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=Amiri+Quran&family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Cabin+Sketch:wght@400;700&family=Lalezar&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<!-- favicons -->
<link rel="icon" type="image/png" href="/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicons/favicon.svg" />
<link rel="shortcut icon" href="/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Ibovs" />
<link rel="manifest" href="/favicons/site.webmanifest" />
</head>
<body class=" font-medium property-bg ">
<div id="root" class=" "></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>