| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/renewalbazaar/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Services - RenewalBazaar</title>
<link rel="stylesheet" href="styles.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0GZBNDLQXV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0GZBNDLQXV');
</script>
</head>
<body>
<header>
<div class="logo-container">
<div class="logo">RB</div>
<h1>RenewalBazaar</h1>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main class="services-page">
<h1>Our Services</h1>
<section class="service-detail">
<h2>Domain Renewals</h2>
<div class="service-content">
<div class="service-info">
<h3>Features:</h3>
<ul>
<li>Bulk domain renewals</li>
<li>Auto-renewal options</li>
<li>Domain transfer services</li>
<li>24/7 support</li>
</ul>
<a href="domain-renewal.html" class="cta-button">Learn More</a>
</div>
<div class="pricing-table">
<h3>Pricing</h3>
<ul>
<li>.com - $12.99/year</li>
<li>.net - $14.99/year</li>
<li>.org - $13.99/year</li>
</ul>
</div>
</div>
</section>
<!-- Similar sections for other services -->
</main>
<footer>
<p>© 2024 RenewalBazaar.com - All rights reserved</p>
</footer>
</body>
</html>