Untitled

 avatar
unknown
plain_text
2 years ago
1.7 kB
2
Indexable
<!DOCTYPE html>
<html>
<head>
  <title>2 Maids Cleaning</title>
</head>
<body>
  <header>
    <h1>Welcome to 2 Maids Cleaning</h1>
    <p>We are a locally owned and operated cleaning company serving the surrounding area. At 2 Maids Cleaning, we pride ourselves on providing top-quality cleaning services for our clients. Read on to learn more about the services we offer and our story.</p>
  </header>
  <h2>Our Services</h2>
  <ul>
    <li>Residential cleaning</li>
    <li>Commercial cleaning</li>
    <li>Move-in/move-out cleaning</li>
    <li>Special event cleaning</li>
  </ul>
  <h2>Our Story</h2>
  <p>2 Maids Cleaning was founded by two friends who saw a need for reliable and thorough cleaning services in the area. With a strong attention to detail and a commitment to customer satisfaction, we have grown into a trusted and respected company in the community. We are grateful for the opportunity to serve our clients and make a positive impact in their lives.</p>
  <h2>Request a Free Estimate</h2>
  <p>If you are interested in our services and would like to receive a free estimate, please fill out the form below and we will be in touch with you shortly.</p>
  <form>
    <label for="name">Name:</label><br>
    <input type="text" id="name" name="name"><br>
    <label for="email">Email:</label><br>
    <input type="text" id="email" name="email"><br>
    <label for="phone">Phone:</label><br>
    <input type="text" id="phone" name="phone"><br>
    <label for="services">Services Interested In:</label><br>
    <textarea id="services" name="services"></textarea><br>
    <input type="submit" value="Submit">
  </form> 
</body>
</html>
Editor is loading...