This commit is contained in:
2024-11-14 21:57:59 -06:00
parent fa161aad33
commit 09e7ae0fa0
15 changed files with 186 additions and 15 deletions

View File

@@ -21,6 +21,31 @@
<div id="content">
<h1>Come and stay a while!</h1>
<h2>Lodging</h2>
<div class="split-container">
<div>
<h3>Enjoy a worry free stay</h3>
<p>Taniti has a wide variety of lodging that ranges from an inexpensive hostel to one large, four-star resort. There are many small, family-owned hotels and a growing number of bed and breakfasts. All types of lodging are strictly regulated and regularly inspected by the Tanitian government.</p>
</div>
<div class="image-container-right"><img src="images/beach-hut.jpg" alt="Beach diner"></div>
</div>
<div class="split-container">
<div>
</div>
<div class="image-container-left"><img src="images/island-hotel.webp" alt=""></div>
</div>
</div>
<footer>
<ul>
<li>Design by <a href="https://bellsworne.com">Bellsworne Tech</a></li> |
<li><a href="https://git.bellsworne.tech/chrisbell/d479-prototype">Page source</a></li> |
<li>&copy;2024</li>
</ul>
</footer>
</body>
</html>