Testing Testing Testing
About Us
City Hospital has been serving the community with top-notch healthcare services for over 25 years.
<h2>Our Services</h2>
<ul>
<li>Emergency Care</li>
<li>Outpatient Services</li>
<li>Diagnostic Tests</li>
<li>Specialist Consultation</li>
</ul>
<h2>Contact Us</h2>
<form>
<label for="name">Name:</label>
<input type="text" id="name" name="name"><br><br>
<label for="email">Email:</label>
<input type="email" id="email" name="email"><br><br>
<label for="message">Message:</label><br>
<textarea id="message" name="message"></textarea><br><br>
<button type="submit">Send</button>
</form>
