<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Welcome to <?php echo htmlspecialchars($_SERVER["HTTP_HOST"]); ?>. Your trusted platform for innovative solutions.">
<meta name="keywords" content="SaaS, hosting, SEO, web development, <?php echo htmlspecialchars($_SERVER["HTTP_HOST"]); ?>">
<meta name="author" content="Mr0Info">
<title>Welcome to <?php echo htmlspecialchars($_SERVER["HTTP_HOST"]); ?></title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f9fafb;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
header {
background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
color: white;
padding: 2rem 0;
text-align: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header h1 {
font-size: 2.5rem;
margin-bottom: 0.5rem;
}
header p {
font-size: 1.2rem;
opacity: 0.9;
}
.main-content {
padding: 3rem 0;
text-align: center;
}
.section {
background: white;
border-radius: 8px;
padding: 2rem;
margin-bottom: 2rem;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.section h2 {
font-size: 1.8rem;
color: #1f2937;
margin-bottom: 1rem;
}
.section p {
font-size: 1.1rem;
color: #4b5563;
}
.cta-button {
display: inline-block;
padding: 0.75rem 1.5rem;
background-color: #2563eb;
color: white;
text-decoration: none;
border-radius: 6px;
font-weight: 500;
margin-top: 1rem;
transition: background-color 0.2s;
}
.cta-button:hover {
background-color: #1d4ed8;
}
footer {
background-color: #1f2937;
color: white;
padding: 2rem 0;
text-align: center;
}
footer a {
color: #93c5fd;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
.nav-links {
margin: 1.5rem 0;
}
.nav-links a {
color: white;
text-decoration: none;
margin: 0 1rem;
font-weight: 500;
}
.nav-links a:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
header h1 {
font-size: 2rem;
}
.section h2 {
font-size: 1.5rem;
}
.section p {
font-size: 1rem;
}
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>Welcome to <?php echo htmlspecialchars($_SERVER["HTTP_HOST"]); ?></h1>
<p>Your gateway to cutting-edge SaaS solutions</p>
<div class="nav-links">
<a href="/about">About Us</a>
<a href="/services">Services</a>
<a href="/contact">Contact</a>
</div>
</div>
</header>
<main class="main-content">
<div class="container">
<div class="section">
<h2>Hosting Information</h2>
<p>We provide reliable and scalable hosting solutions tailored to your needs. Our state-of-the-art infrastructure ensures 99.9% uptime, lightning-fast load times, and robust security features to keep your data safe.</p>
<p>Whether you're running a small blog or a large-scale SaaS application, our hosting plans are designed to grow with you.</p>
<a href="/hosting" class="cta-button">Explore Hosting Plans</a>
</div>
<div class="section">
<h2>SEO Optimization</h2>
<p>Boost your online visibility with our expert SEO services. We optimize your website for search engines, ensuring higher rankings and increased organic traffic.</p>
<p>From keyword research to on-page optimization and link building, we've got you covered to dominate search results.</p>
<a href="/seo" class="cta-button">Learn About SEO</a>
</div>
</div>
</main>
<footer>
<div class="container">
<p><strong>Contact Information</strong></p>
<p>Email: <a href="/cdn-cgi/l/email-protection#24575154544b565064181b544c540441474c4b044c504948575441474d4548474c4556570c007b7761767261767f" HTTP_HOST"]); ?>">support@<?php echo htmlspecialchars($_SERVER["HTTP_HOST"]); ?></a></p>
<p>Telegram: <a href="https://t.me/Mr0Info" target="_blank">@Mr0Info</a></p>
<p>Created by: Mr0Info © <?php echo date("Y"); ?></p>
</div>
</footer>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body>
</html>