-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (40 loc) · 2.1 KB
/
index.html
File metadata and controls
41 lines (40 loc) · 2.1 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
<!doctype html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="HAVEN — The Sovereign Algorithm. Saudi Arabia's first sovereign AI development environment. Built by Sulaiman Alshammari." />
<meta name="theme-color" content="#00ff41" />
<meta name="author" content="Sulaiman Alshammari (أبو خوارزم)" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="HAVEN IDE" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon.svg" />
<link rel="mask-icon" href="/favicon.svg" color="#00ff41" />
<link rel="manifest" href="manifest.json" /> <title>HAVEN — The Sovereign Algorithm</title>
</head>
<body>
<div id="root">
<!-- Shown until React hydrates -->
<div style="height:100vh;display:flex;align-items:center;justify-content:center;background:#0a0a0a;font-family:monospace;color:#00ff41;">
<div style="text-align:center;">
<div style="font-size:2.5rem;animation:pulse 1.5s infinite;">⚡</div>
<p style="margin-top:1rem;font-size:0.875rem;opacity:0.7;">Loading HAVEN IDE...</p>
</div>
</div>
<style>@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.4}}</style>
</div>
<noscript>
<div style="height:100vh;display:flex;align-items:center;justify-content:center;background:#0a0a0a;font-family:monospace;color:#ff4444;text-align:center;padding:2rem;">
<div>
<h1 style="font-size:1.5rem;color:#00ff41;">HAVEN IDE</h1>
<p style="margin-top:1rem;">JavaScript is required to run HAVEN IDE.</p>
<p style="margin-top:0.5rem;opacity:0.5;">Enable JavaScript in your browser settings.</p>
</div>
</div>
</noscript>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>