d479-prototype/faqs.html
2024-11-14 21:57:59 -06:00

48 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQs - Island of Taniti</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<img src="icons/island.svg" />
<p>ISLAND OF TANITI</p>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="food-and-attractions.html">FOOD & ATTRACTIONS</a></li>
<li><a href="lodging.html">LODGING</a></li>
<li><a href="transportation.html">TRANSPORTATION</a></li>
<li><a href="faqs.html">FAQs</a></li>
</ul>
</header>
<div id="content">
<h1>Frequently Asked Questions:</h1>
<div id="faq-box">
<ul>
<li>Power outlets are 120 volts (the same as in the United States).</li>
<li>Alcohol is not allowed to be served or sold between the hours of midnight and 9:00 a.m.</li>
<li>The drinking age on Taniti is 18 and the drinking age is not strictly enforced.</li>
<li>Many younger Tanitians speak fluent English. Very little English is spoken in rural areas, especially by the older residents.</li>
<li>There is one hospital and several clinics. The hospital has many multilingual employees.</li>
<li>Violent crime is very rare on Taniti, but as tourism increases, there are more reports of pickpocketing and other petty crimes.</li>
<li>Taniti enjoys a large number of national holidays, and many tourist attractions and restaurants will be closed on holidays, so visitors should plan accordingly.</li>
<li>Taniti uses the U.S. dollar as its currency, but many businesses will also accept euros and yen.</li>
</ul>
</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>