forked from ArshVermaGit/RAW.AI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (71 loc) · 3.33 KB
/
index.html
File metadata and controls
74 lines (71 loc) · 3.33 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RAW AI - Transform AI Text Into Human Voice</title>
<meta name="description"
content="Transform AI-generated text into natural, human-like content with RAW AI. Bypass AI detection with our advanced text humanizer tool. Free, fast, and undetectable." />
<meta name="keywords"
content="RAW AI, AI humanizer, text humanizer, bypass AI detection, GPTZero bypass, AI to human text, undetectable AI" />
<link rel="canonical" href="https://rawai-arshvermagit.vercel.app" />
<meta name="google-site-verification" content="zIoicSilg5p1TgGfU0_2hl21dHPL1v_WB3vn7lnrF70" />
<meta property="og:title" content="RAW AI - Transform AI Text Into Human Voice" />
<meta property="og:description"
content="Make your AI-generated content sound authentically human with RAW AI. Bypass detection, maintain your voice, preserve your message." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://rawai-arshvermagit.vercel.app/og-image.png" />
<meta property="og:site_name" content="RAW AI" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@RawAI" />
<meta name="twitter:title" content="RAW AI - Transform AI Text Into Human Voice" />
<meta name="twitter:description"
content="Make your AI-generated content sound authentically human with RAW AI. Bypass detection, maintain your voice, preserve your message." />
<meta name="twitter:image" content="https://rawai-arshvermagit.vercel.app/og-image.png" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="manifest" href="/manifest.json" />
<!-- JSON-LD Structured Data for Rich Results and Logo -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "RAW AI",
"url": "https://rawai-arshvermagit.vercel.app",
"logo": "https://rawai-arshvermagit.vercel.app/logo.png",
"sameAs": [
"https://twitter.com/RawAI"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "RAW AI",
"url": "https://rawai-arshvermagit.vercel.app",
"potentialAction": {
"@type": "SearchAction",
"target": "https://rawai-arshvermagit.vercel.app/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script>
window.onload = function () {
setTimeout(function () {
var root = document.getElementById('root');
if (root && root.innerHTML === "") {
console.error("CRITICAL: React failed to mount. This usually means environment variables (VITE_SUPABASE_URL) are missing in Vercel.");
document.body.innerHTML += '<div style="position:fixed;top:0;left:0;width:100%;background:red;color:white;padding:20px;z-index:9999;text-align:center;">' +
'<b>Configuration Error:</b> The app failed to load. Please ensure VITE_SUPABASE_URL and VITE_SUPABASE_PUBLISHABLE_KEY are set in Vercel settings.' +
'</div>';
}
}, 3000);
};
</script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>