-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (52 loc) · 3.03 KB
/
Copy pathindex.html
File metadata and controls
64 lines (52 loc) · 3.03 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Google Site Verification -->
<meta name="google-site-verification" content="UNCymXcEuFNXScWIpL6c6xRGEoU342UGJ2NlOf1bQzE" />
<!-- SEO Basics -->
<title>Digital Era of IT Institute | IT Training & Education Programs</title>
<meta name="description"
content="Digital Era of IT Institute offers professional IT training programs, web development courses, React, Next.js, and modern technology education. Join the digital era of IT learning today." />
<meta name="keywords"
content="Digital Era of IT, Digital Era of IT Institute, IT training institute, web development courses, IT education, programming courses, React training, Next.js courses, IT institute Pakistan, digital era institute, technology training, IT certification programs" />
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<meta name="author" content="Digital Era of IT Institute" />
<link rel="canonical" href="https://digitaleraofit.com/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://digitaleraofit.com/" />
<meta property="og:title" content="Digital Era of IT Institute | IT Training & Education Programs" />
<meta property="og:description"
content="Join Digital Era of IT Institute for professional IT training programs and modern technology education." />
<meta property="og:image" content="https://digitaleraofit.com/Favicon.png" />
<meta property="og:site_name" content="Digital Era of IT Institute" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://digitaleraofit.com/" />
<meta name="twitter:title" content="Digital Era of IT Institute | IT Training & Education Programs" />
<meta name="twitter:description"
content="Join Digital Era of IT Institute for professional IT training programs and modern technology education." />
<meta name="twitter:image" content="https://digitaleraofit.com/Favicon.png" />
<!-- Additional SEO -->
<meta name="geo.region" content="PK" />
<meta name="geo.placename" content="Pakistan" />
<meta name="language" content="English" />
<!-- Responsive -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Favicon (FIXED for Vite/Vercel) -->
<link rel="icon" type="image/png" href="/Favicon.png" />
<!-- Swiper CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<!-- Fonts -->
<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=Poppins:wght@400;500;600;700;800&display=swap"
rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Unbounded:wght@400&display=swap" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>