![]() 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/public_html/demo/ |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Hosting Plans - GoSiteMe</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
<!-- Header Section -->
<header class="header">
<nav class="navbar">
<div class="logo">
<a href="/">GoSiteMe</a>
</div>
<div class="nav-links">
<a href="hosting.html">Hosting</a>
<a href="domains.html">Domains</a>
<a href="pricing.html">Pricing</a>
<a href="features.html">Features</a>
<a href="contact.html">Contact</a>
</div>
<div class="auth-buttons">
<button class="login-btn">Log In</button>
<button class="signup-btn">Sign Up</button>
</div>
</nav>
</header>
<!-- Hosting Hero Section -->
<section class="hero">
<div class="hero-content">
<h1>Premium Web Hosting Solutions</h1>
<p>Fast, secure, and reliable hosting for your website</p>
</div>
</section>
<!-- Hosting Plans Section -->
<section class="hosting-plans">
<div class="container">
<h2>Choose Your Hosting Plan</h2>
<div class="plan-grid">
<div class="plan-card">
<h3>Shared Hosting</h3>
<div class="price">$2.99<span>/mo</span></div>
<ul>
<li><i class="fas fa-check"></i> 1 Website</li>
<li><i class="fas fa-check"></i> 10GB SSD Storage</li>
<li><i class="fas fa-check"></i> Free Domain</li>
<li><i class="fas fa-check"></i> Free SSL Certificate</li>
<li><i class="fas fa-check"></i> 24/7 Support</li>
</ul>
<button class="select-plan">Select Plan</button>
</div>
<div class="plan-card popular">
<h3>VPS Hosting</h3>
<div class="price">$19.99<span>/mo</span></div>
<ul>
<li><i class="fas fa-check"></i> Multiple Websites</li>
<li><i class="fas fa-check"></i> 50GB SSD Storage</li>
<li><i class="fas fa-check"></i> Free Domain</li>
<li><i class="fas fa-check"></i> Free SSL Certificate</li>
<li><i class="fas fa-check"></i> Dedicated Resources</li>
</ul>
<button class="select-plan">Select Plan</button>
</div>
<div class="plan-card">
<h3>Dedicated Server</h3>
<div class="price">$79.99<span>/mo</span></div>
<ul>
<li><i class="fas fa-check"></i> Unlimited Websites</li>
<li><i class="fas fa-check"></i> 500GB SSD Storage</li>
<li><i class="fas fa-check"></i> Free Domain</li>
<li><i class="fas fa-check"></i> Free SSL Certificate</li>
<li><i class="fas fa-check"></i> Full Server Control</li>
</ul>
<button class="select-plan">Select Plan</button>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="hosting-features">
<div class="container">
<h2>Why Choose Our Hosting?</h2>
<div class="features-grid">
<div class="feature-item">
<i class="fas fa-tachometer-alt"></i>
<h3>Lightning Fast</h3>
<p>99.9% uptime guarantee with SSD storage</p>
</div>
<div class="feature-item">
<i class="fas fa-shield-alt"></i>
<h3>Secure & Reliable</h3>
<p>Free SSL certificates and daily backups</p>
</div>
<div class="feature-item">
<i class="fas fa-headset"></i>
<h3>24/7 Support</h3>
<p>Expert support team available around the clock</p>
</div>
<div class="feature-item">
<i class="fas fa-sync"></i>
<h3>Easy Migration</h3>
<p>Free website migration service</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="footer-content">
<div class="footer-section">
<h4>Company</h4>
<a href="about.html">About Us</a>
<a href="careers.html">Careers</a>
<a href="blog.html">Blog</a>
</div>
<div class="footer-section">
<h4>Support</h4>
<a href="help.html">Help Center</a>
<a href="contact.html">Contact Us</a>
<a href="status.html">System Status</a>
</div>
<div class="footer-section">
<h4>Legal</h4>
<a href="privacy.html">Privacy Policy</a>
<a href="terms.html">Terms of Service</a>
<a href="cookies.html">Cookie Policy</a>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 GoSiteMe. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>