![]() 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/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>Domain Registration - 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>
<!-- Domain Search Section -->
<section class="hero">
<div class="hero-content">
<h1>Find Your Perfect Domain Name</h1>
<p>Search and register your domain name today</p>
<div class="domain-search">
<input type="text" placeholder="Enter your desired domain name">
<select aria-label="Domain extension">
<option>.com</option>
<option>.net</option>
<option>.org</option>
<option>.io</option>
<option>.co</option>
</select>
<button class="search-btn">Search</button>
</div>
</div>
</section>
<!-- Domain Pricing Section -->
<section class="domain-pricing">
<div class="container">
<h2>Domain Extension Pricing</h2>
<div class="domain-grid">
<div class="domain-card">
<h3>.com</h3>
<div class="price">$12.99<span>/year</span></div>
<p>Most popular domain extension</p>
<button class="select-domain">Register</button>
</div>
<div class="domain-card">
<h3>.net</h3>
<div class="price">$14.99<span>/year</span></div>
<p>Great for networks</p>
<button class="select-domain">Register</button>
</div>
<div class="domain-card">
<h3>.org</h3>
<div class="price">$13.99<span>/year</span></div>
<p>Perfect for organizations</p>
<button class="select-domain">Register</button>
</div>
<div class="domain-card">
<h3>.io</h3>
<div class="price">$39.99<span>/year</span></div>
<p>Popular for tech startups</p>
<button class="select-domain">Register</button>
</div>
</div>
</div>
</section>
<!-- Domain Features Section -->
<section class="domain-features">
<div class="container">
<h2>Domain Management Features</h2>
<div class="features-grid">
<div class="feature-item">
<i class="fas fa-lock"></i>
<h3>Free Privacy Protection</h3>
<p>Keep your personal information private</p>
</div>
<div class="feature-item">
<i class="fas fa-sync"></i>
<h3>Easy Transfer</h3>
<p>Transfer your domain in minutes</p>
</div>
<div class="feature-item">
<i class="fas fa-shield-alt"></i>
<h3>Domain Security</h3>
<p>Advanced security features included</p>
</div>
<div class="feature-item">
<i class="fas fa-headset"></i>
<h3>24/7 Support</h3>
<p>Expert support whenever you need it</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>