-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 2.24 KB
/
Copy pathindex.html
File metadata and controls
37 lines (37 loc) · 2.24 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
<!DOCTYPE html>
<html lang="en-ZA">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>ORION269 — AI Operations for Your Business</title>
<meta name="description" content="WhatsMyBiz — ORION269 AI Operations.">
<meta property="og:title" content="ORION269 — AI Operations">
<meta property="og:url" content="https://oriondevcore.com">
<meta http-equiv="refresh" content="3;url=https://whatsmybiz.app">
<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=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><text y='26' font-size='22' font-family='Inter' font-weight='700' fill='%23c8a84e'>W</text></svg>">
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{background:#0c0c0d;color:#e8e8e8;font-family:Inter,sans-serif;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}
.container{max-width:480px}
.badge{display:inline-block;background:rgba(200,168,78,0.12);color:#c8a84e;border:1px solid rgba(200,168,78,0.3);padding:0.3rem 0.8rem;border-radius:100px;font-size:0.65rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:1.5rem}
h1{font-size:2rem;font-weight:800;margin-bottom:0.5rem}
h1 span{color:#c8a84e}
p{color:#8a8a92;font-size:0.9rem;line-height:1.6;margin-bottom:1.5rem}
a{display:inline-block;background:#c8a84e;color:#0c0c0d;padding:0.75rem 1.5rem;border-radius:100px;font-size:0.88rem;font-weight:600;text-decoration:none;transition:all 0.2s}
a:hover{background:#d4b45a}
.footer{position:fixed;bottom:1.5rem;left:0;right:0;text-align:center;font-size:0.7rem;color:#5a5a62}
</style>
</head>
<body>
<div class="container">
<div class="badge">WhatsMyBiz by ORION269</div>
<h1>We've <span>moved</span>.</h1>
<p>ORION269 AI Operations is now <strong>WhatsMyBiz</strong>. Same team, same mission — helping South African businesses reclaim their time with AI.</p>
<a href="https://whatsmybiz.app">Visit Our New Site</a>
</div>
<div class="footer">© 2026 ORION269 (Pty) Ltd</div>
</body>
</html>