Add SEO meta tags and replace CyberPanel placeholder with branded homepage

This commit is contained in:
2026-06-09 22:30:48 +00:00
parent 718c9c7efe
commit 7d8fc5bec3
+45 -5
View File
@@ -1,5 +1,45 @@
<div style="margin-top: 11%;" class="server-message">
<h1 style="font-size: 85px;margin: 0;font-weight: 300; line-height: 1.1;color:grey;text-align: center;">CyberPanel Installed</h1>
<h2 style="margin-top: 2%;margin-bottom: 2%;font-weight: 300; line-height: 1.1;color: #a56565;;text-align: center;">You have successfully installed CyberPanel, please remove this page and upload your website. :)</h2>
<p style="font-size: 35px;margin: 1%;font-weight: 300; line-height: 1.1;color:grey;text-align: center;"><a href="http://cyberpanel.net">Hosting Control Panel</a> <a href="https://community.cyberpanel.net/">Forums</a> <a href="https://community.cyberpanel.net/docs">Documentation</a></p>
</div>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Orbis Hosting — Reliable Web Hosting, VPS & Managed Servers</title>
<meta name="description" content="Orbis Hosting delivers fast, reliable web hosting, VPS, and managed server solutions. SSD-powered infrastructure, 99.9% uptime guarantee, and expert support for businesses and developers.">
<meta name="keywords" content="web hosting, VPS hosting, managed hosting, SSD web hosting, cloud hosting, domain registration, affordable web hosting, Orbis Hosting, business hosting, developer hosting">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://orbishosting.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="Orbis Hosting — Reliable Web Hosting, VPS & Managed Servers">
<meta property="og:description" content="Fast, reliable web hosting and VPS solutions. SSD storage, 99.9% uptime, and expert 24/7 support.">
<meta property="og:url" content="https://orbishosting.com/">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Orbis Hosting — Web Hosting & VPS">
<meta name="twitter:description" content="Fast, reliable web hosting and VPS solutions. SSD storage, 99.9% uptime, expert support.">
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#0f1117;color:#e2e8f0;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}
.logo{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}
.tagline{font-size:1.1rem;color:#94a3b8;margin-bottom:2.5rem}
.badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}
.badge{background:#1e2535;border:1px solid #2d3748;border-radius:8px;padding:.6rem 1.2rem;font-size:.85rem;color:#cbd5e1}
.badge strong{color:#6366f1}
.cta{display:inline-block;background:linear-gradient(135deg,#6366f1,#0ea5e9);color:#fff;text-decoration:none;padding:.85rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:opacity .2s}
.cta:hover{opacity:.85}
.portal-link{margin-top:1.25rem;font-size:.85rem;color:#64748b}
.portal-link a{color:#6366f1;text-decoration:none}
.portal-link a:hover{text-decoration:underline}
</style>
</head>
<body>
<div class="logo">Orbis Hosting</div>
<p class="tagline">Reliable Web Hosting, VPS &amp; Managed Servers</p>
<div class="badges">
<div class="badge"><strong></strong> SSD-Powered</div>
<div class="badge"><strong>99.9%</strong> Uptime SLA</div>
<div class="badge"><strong>24/7</strong> Expert Support</div>
<div class="badge"><strong>🔒</strong> Free SSL</div>
</div>
<a href="mailto:support@orbishosting.com" class="cta">Get Started</a>
<p class="portal-link">Existing customer? <a href="https://orbis.orbishosting.com">Sign in to your portal →</a></p>
</body>
</html>