Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <title>Path of Light Yoga Studio</title>
  6. <link href="yoga.css" rel="stylesheet">
  7. <meta charset="utf-8">
  8. </head>
  9. <body>
  10. <header>
  11. <h1>Path of Light Yoga Studio</h1>
  12. </header>
  13. <nav>
  14. <b>
  15. <a href="index.html">Home</a> &nbsp;
  16. <a href="classes.html">Classes</a> &nbsp;
  17. <a href="schedule.html">Schedule</a> &nbsp;
  18. <a href="contact.html">Contact</a>
  19. </b>
  20. </nav>
  21. <main>
  22. <img src="yogadoor.jpg" alt="yoga door" height="260px" width="260px" align="right">
  23. <h2>Find Your Inner Light</h2>
  24. <p>Path of Light Yoga Studio provides all levels of yoga practice in a tranquil, peaceful environment. Whether you are new to yoga or an experienced practitioner, our dedicated instructors can develop a practice to meet your needs. Let your inner light shine at the Path of Light Yoga Studio.</p>
  25. <ul>
  26. <li>Hatha, Vinyasa, and Restorative Yoga classes</li>
  27. <li>Drop-ins welcome</li>
  28. <li>Mats, blocks, and blankets provided</li>
  29. <li>Relax in our Serenity Lounge before or after your class</li>
  30. </ul>
  31. <div>
  32. 612 Serenity Way<br>
  33. El Dorado, AZ 86336<br>
  34. 888-555-5555<br><br>
  35. </div>
  36. </main>
  37. <footer>
  38. Copyright &copy; 2020 Path of Light Yoga Studio<br>
  39. <a href="mailto:john@millan.com">john@millan.com</a>
  40. </footer>
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement