Spaces:
Running
Running
<html><head><link href="https://cdn.jsdelivr.net/npm/daisyui@3.1.6/dist/full.css" rel="stylesheet" type="text/css" /><script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script><script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script><script defer src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.156.1/three.min.js"></script><script type="module" src="main.js"></script><title>Clinic</title><meta name="description" content="An HTML app about clinic." /></head><body class="flex flex-col h-full"><main class="flex-1 max-w-xl md:max-w-4xl mx-auto pt-16 px-4 sm:px-6 lg:px-8"><article class="prose"><h1>Welcome to Clinic</h1><img src="images/clinic.jpg" alt="Clinic" class="mb-4"><p>Clinic is a leading medical facility, committed to providing high-quality healthcare services to patients. We specialize in treating common ailments, and offer a range of specialized services. Our team of dedicated and experienced healthcare professionals are here to support you every step of the way. Whether you’re a new patient or a long-time clinic member, we’re here to take care of your health needs.</p></article><section class="mt-6 lg:px-8"><h2>Our Services</h2><ul class="list-disc list-inside"><li>Preventive care</li><li>Chronic disease management</li><li>Specialist consultation</li></ul></section><section class="mt-6 lg:px-8"><h2>Meet Our Team</h2><ul class="list-disc list-inside"><li>Dr. Jane Doe, M.D.</li><li>Dr. John Doe, M.D.</li><li>RN1, BSN</li><li>RN2, BSN</li><li>MD1, FRCPath</li></ul></section><section class="mt-6 lg:px-8"><h2>Get In Touch</h2><p><a class="underline" href="mailto:clinic@example.com"><span class="mail-to">clinic@example.com</span></a></p></section></main></body></html> |