-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
119 lines (112 loc) · 5.07 KB
/
index.html
File metadata and controls
119 lines (112 loc) · 5.07 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!doctype html>
<html lang="en" data-dzbuild="true" data-dzbuild-version="1.0.0">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/dzb_uhq.png" />
<link rel="apple-touch-icon" href="/dzb_uhq.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#eab308" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- DZBuild Platform Identification -->
<meta name="generator" content="DZBuild Platform 1.0.0" />
<meta name="application-name" content="DZBuild" />
<meta name="dzbuild-version" content="1.0.0" />
<meta name="dzbuild-platform" content="e-commerce" />
<meta http-equiv="X-Powered-By" content="DZBuild" />
<meta http-equiv="X-Built-With" content="DZBuild Platform" />
<!-- Primary Meta Tags -->
<title>DZBuild - Connect With Us | Your Gateway to Digital Commerce</title>
<meta name="title" content="DZBuild - Connect With Us | Your Gateway to Digital Commerce" />
<meta name="description" content="Connect with DZBuild on all platforms. Follow us on Facebook, Instagram, YouTube, GitHub, WhatsApp, Telegram and more. Building the future of algerian e-commerce." />
<meta name="keywords" content="DZBuild, e-commerce, digital commerce, online business, social media, contact DZBuild, connect with DZBuild, algerian e-commerce" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="author" content="DZBuild" />
<meta name="creator" content="DZBuild - https://dzbuild.com" />
<meta name="publisher" content="DZBuild" />
<!-- UG93ZXJlZCBieSBEWkJ1aWxkIC0gaHR0cHM6Ly9kemJ1aWxkLmNvbQ== -->
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dzbuild.com/" />
<meta property="og:title" content="DZBuild - Connect With Us | Your Gateway to Digital Commerce" />
<meta property="og:description" content="Connect with DZBuild on all platforms. Follow us on Facebook, Instagram, YouTube, GitHub, WhatsApp, Telegram and more. Building the future of algerian e-commerce." />
<meta property="og:image" content="https://dzbuild.com/dzb_uhq.png" />
<meta property="og:site_name" content="DZBuild" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://dzbuild.com/" />
<meta name="twitter:title" content="DZBuild - Connect With Us | Your Gateway to Digital Commerce" />
<meta name="twitter:description" content="Connect with DZBuild on all platforms. Follow us on Facebook, Instagram, YouTube, GitHub, WhatsApp, Telegram and more." />
<meta name="twitter:image" content="https://dzbuild.com/dzb_uhq.png" />
<!-- Canonical URL -->
<link rel="canonical" href="https://dzbuild.com/" />
<link rel="author" type="text/plain" href="/humans.txt" />
<!-- Structured Data - Organization -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "DZBuild",
"url": "https://dzbuild.com",
"logo": "https://dzbuild.com/dzb_uhq.png",
"description": "Your Gateway to Digital Commerce - Building the future of algerian e-commerce",
"sameAs": [
"https://facebook.com/dzbuild",
"https://instagram.com/dz_build",
"https://www.youtube.com/@DZBuild-off",
"https://github.com/DZBuild-com",
"https://t.me/dzbuild"
],
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+213782729944",
"contactType": "Customer Service",
"availableLanguage": ["English", "Arabic"]
}
}
</script>
<!-- Structured Data - Software Platform -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "DZBuild Platform",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"softwareVersion": "1.0.0",
"author": {
"@type": "Organization",
"name": "DZBuild",
"url": "https://dzbuild.com"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"image": "https://dzbuild.com/dzb_uhq.png",
"description": "DZBuild - Building the future of algerian e-commerce"
}
</script>
</head>
<body data-dzbuild-app="true">
<!-- DZBuild Platform - https://dzbuild.com -->
<!-- ZHpidWlsZA== -->
<div id="root" data-dzbuild-root="true"></div>
<script>
window.DZBuild = {
version: '1.0.0',
platform: 'e-commerce',
website: 'https://dzbuild.com',
powered: true
};
window.__DZBUILD__ = true;
window.__DZBUILD_VERSION__ = '1.0.0';
</script>
<script type="module" src="/src/main.tsx"></script>
<noscript>Powered by DZBuild - https://dzbuild.com</noscript>
<!-- Built with DZBuild Platform -->
<!-- aHR0cHM6Ly9kemJ1aWxkLmNvbQ== -->
</body>
</html>