![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/domains/gositeme.com/private_html/ |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GoSiteMe.com - Premium Domain & Hosting Solutions | Coming Soon</title>
<meta name="description" content="GoSiteMe.com - Premium domain registration, web hosting, and digital infrastructure solutions. Enterprise-grade services launching soon.">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<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@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<style>
:root {
--primary: #1a1a2e;
--secondary: #16213e;
--accent: #0f3460;
--highlight: #e94560;
--text: #ffffff;
--text-secondary: #a8b2d1;
--border: rgba(255, 255, 255, 0.1);
--gradient: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
--shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: var(--gradient);
color: var(--text);
line-height: 1.6;
overflow-x: hidden;
min-height: 100vh;
}
.container {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 2rem;
position: relative;
}
.background-pattern {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
radial-gradient(circle at 25% 25%, rgba(233, 69, 96, 0.1) 0%, transparent 50%),
radial-gradient(circle at 75% 75%, rgba(15, 52, 96, 0.1) 0%, transparent 50%);
z-index: 1;
}
.main-content {
position: relative;
z-index: 2;
max-width: 1000px;
text-align: center;
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(20px);
border-radius: 24px;
padding: 4rem 3rem;
border: 1px solid var(--border);
box-shadow: var(--shadow);
}
.logo {
width: 140px;
height: auto;
margin: 0 auto 2rem;
filter: drop-shadow(0 8px 16px rgba(233, 69, 96, 0.3));
}
.status-indicator {
display: inline-flex;
align-items: center;
gap: 0.5rem;
background: rgba(233, 69, 96, 0.2);
color: var(--highlight);
padding: 0.75rem 1.5rem;
border-radius: 50px;
font-size: 0.875rem;
font-weight: 600;
margin-bottom: 2rem;
border: 1px solid rgba(233, 69, 96, 0.3);
}
.status-dot {
width: 8px;
height: 8px;
background: var(--highlight);
border-radius: 50%;
animation: pulse 2s infinite;
}
@keyframes pulse {
0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: 0.5; transform: scale(1.2); }
}
h1 {
font-size: 4rem;
font-weight: 900;
margin-bottom: 1.5rem;
background: linear-gradient(135deg, #ffffff 0%, #a8b2d1 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1.1;
}
.subtitle {
font-size: 1.25rem;
color: var(--text-secondary);
margin-bottom: 3rem;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<div class="container">
<div class="background-pattern"></div>
<div class="main-content">
<img src="logo_final_site.png" alt="GoSiteMe.com Logo" class="logo">
<div class="status-indicator">
<div class="status-dot"></div>
Premium Platform Launching Soon
</div>
<h1>Enterprise-Grade<br>Digital Infrastructure</h1>
<p class="subtitle">
GoSiteMe.com is building the future of domain management and web hosting.
Our enterprise-grade platform will deliver unmatched performance, security, and reliability.
</p>
</div>
</div>
</body>
</html>