<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yeastar Syndication</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
line-height: 1.6;
}
h1, h2, h3 {
color: #333;
}
.contact-form {
margin-top: 20px;
padding: 15px;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #f9f9f9;
}
.contact-form input, .contact-form textarea {
width: 100%;
padding: 10px;
margin: 5px 0;
border: 1px solid #ccc;
border-radius: 5px;
}
.contact-form button {
padding: 10px 15px;
background-color: #007BFF;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
.contact-form button:hover {
background-color: #0056b3;
}
.products {
margin-top: 20px;
}
</style>
</head>
<body>
<h1>Yeastar Syndication</h1>
<p>Explore the features and benefits of Yeastar's business phone systems and unified communications.</p>
<a href="https://www.yeastar.com/">Visit Yeastar</a>
<h2>Our Products as a Yeastar Reseller</h2>
<p>As an authorized reseller of Yeastar, we offer a comprehensive range of products:</p>
<div class="products">
<ul>
<li>P-Series Phone System</li>
<li>S-Series VoIP PBX</li>
<li>Linkus UC Clients</li>
<li>VoIP Gateways</li>
<li>Cloud Solutions</li>
<li>Integrated Call Center</li>
<li>Video Conferencing Solutions</li>
<li>Omnichannel Messaging</li>
</ul>
</div>
<h2>Contact Us</h2>
<p>Email: <a href="mailto:info@zuetechetechnologysolutions.com">info@zuetechetechnologysolutions.com</a></p>
<p>Phone: <a href="tel:+263775216823">+263775216823</a></p>
<div class="contact-form">
<h3>Contact Us</h3>
<form action="#" method="post">
<input type="text" name="name" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Your Email" required>
<textarea name="message" rows="4" placeholder="Your Message" required></textarea>
<button type="submit">Send Message</button>
</form>
</div>
</body>
</html>