-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (65 loc) · 3.97 KB
/
Copy pathindex.html
File metadata and controls
73 lines (65 loc) · 3.97 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8" />
<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=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="TechForge Studio - استوديو رقمي احترافي لتصميم مواقع الشركات، المنصات المخصصة، والمتاجر الإلكترونية. Premium web design and business software." />
<meta name="keywords" content="تصميم مواقع, برمجة, تطوير, استوديو رقمي, شركة برمجيات, web design, business software, digital studio" />
<meta name="author" content="TechForge Studio" />
<meta name="robots" content="index, follow" />
<meta property="og:title" content="TechForge Studio - مواقع احترافية وبرامج أعمال" />
<meta property="og:description" content="نوفر تصميماً حديثاً ومنظماً مع بنية قوية ومحتوى عربي أولاً وتجربة متجاوبة." />
<meta property="og:type" content="website" />
<meta property="og:locale" content="ar_AR" />
<meta property="og:locale:alternate" content="en_US" />
<link rel="alternate" hreflang="ar" href="https://techforgestudio.com/" />
<link rel="alternate" hreflang="en" href="https://techforgestudio.com/?lang=en" />
<link rel="alternate" hreflang="x-default" href="https://techforgestudio.com/" />
<link rel="manifest" href="/manifest.json" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="TechForge Studio - مواقع احترافية وبرامج أعمال" />
<meta property="twitter:description" content="نوفر تصميماً حديثاً ومنظماً مع بنية قوية ومحتوى عربي أولاً وتجربة متجاوبة." />
<meta property="twitter:image" content="/images/logo.jpg" />
<meta name="theme-color" content="#f4f6fb" />
<meta name="color-scheme" content="light dark" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/jpeg" href="/images/logo.jpg" />
<link rel="apple-touch-icon" href="/images/logo.jpg" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfessionalService",
"name": "TechForge Studio",
"description": "استوديو رقمي احترافي لتصميم مواقع الشركات، المنصات المخصصة، والمتاجر الإلكترونية",
"url": "https://techforgestudio.com",
"image": "/images/logo.jpg",
"address": {
"@type": "PostalAddress",
"addressCountry": "SA"
},
"priceRange": "$$",
"areaServed": "SA",
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Digital Services",
"itemListElement": [
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Business Websites" } },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Custom Platforms" } },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "E-Commerce Solutions" } }
]
}
}
</script>
<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=Inter:wght@400;600;700;800;900&family=Tajawal:wght@400;600;700;800;900&display=swap" rel="stylesheet" />
<title>TechForge Studio | تصميم مواقع وبرامج أعمال</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>