-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (71 loc) · 2.94 KB
/
index.html
File metadata and controls
77 lines (71 loc) · 2.94 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pro-GenAI - Advancing AI Solutions | Redirecting to Main Site</title>
<meta name="description"
content="Pro-GenAI specializes in cutting-edge AI solutions and generative AI technologies. Visit my main website for innovative AI products, services, and resources." />
<meta name="keywords"
content="Pro-GenAI, artificial intelligence, generative AI, AI solutions, machine learning, AI development, AI consulting" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="bingbot" content="index, follow" />
<meta name="author" content="Pro-GenAI" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pro-genai.github.io/" />
<meta property="og:title" content="Pro-GenAI - Advancing AI Solutions" />
<meta property="og:description"
content="Pro-GenAI specializes in cutting-edge AI solutions and generative AI technologies. Visit my main website for innovative AI products, services, and resources." />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://pro-genai.github.io/" />
<meta property="twitter:title" content="Pro-GenAI - Advancing AI Solutions" />
<meta property="twitter:description"
content="Pro-GenAI specializes in cutting-edge AI solutions and generative AI technologies. Visit my main website for innovative AI products, services, and resources." />
<link rel="canonical" href="https://prane-eth.github.io/" />
<link rel="alternate" href="https://prane-eth.github.io/" hreflang="en" />
<link rel="alternate" href="https://prane-eth.github.io/" hreflang="x-default" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Pro-GenAI",
"url": "https://prane-eth.github.io/",
"description": "Pro-GenAI specializes in cutting-edge AI solutions and generative AI technologies",
"sameAs": [
"https://prane-eth.github.io/"
]
}
</script>
<meta http-equiv="refresh" content="5; url=https://prane-eth.github.io/" />
<script>
// Fallback JS redirect
(function () {
window.location.replace("https://prane-eth.github.io/");
})();
</script>
</head>
<body>
<p>Redirecting to <a href="https://prane-eth.github.io/">https://prane-eth.github.io/</a></p>
<script>
// SEO-friendly delayed redirect (5 seconds)
setTimeout(function() {
window.location.replace("https://prane-eth.github.io/");
}, 5000);
// Update countdown timer
let countdown = 5;
const timer = setInterval(function() {
countdown--;
const countdownElement = document.getElementById('countdown');
if (countdownElement) {
countdownElement.textContent = countdown;
}
if (countdown <= 0) {
clearInterval(timer);
}
}, 1000);
</script>
</body>
</html>