summaryrefslogtreecommitdiffstats
path: root/HTML/Tests/Test1/pacific/yurts.html
blob: ce35d52d1a89d5d107d9309f9f9370720fd8e171 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Pacific Trails Resort :: Yurts</title>
        <meta charset="utf-8">
        <link rel="stylesheet" href=pacific.css>
    </head>
    <body>
        <header>
            <h1>Pacific Trails Resort</h1>
        </header>
        <nav>
            <b>
                <a href="index.html">Home</a>&nbsp;
                <a href="yurts.html">Yurts</a>&nbsp;
                <a href="">Activities</a>&nbsp;
                <a href="">Reservations</a>&nbsp;
            </b>
        </nav>
        <main>
            <h2>The Yurts at Pacific Trails</h2>
            <dl>
                <dt><strong>What is a yurt?</strong></dt>
                <dd>Our luxury yurts are permanent structures four feet off the ground. Each yurt is fully enclosed with canvas walls, a wooden floor, and a roof dome that can be opened.</dd>
                <dt><strong>How are the yurts furnished?</strong></dt>
                <dd>Each yurt is furnished with a queen-size bed with down quilt and gas-fired stove. Your luxury camping experience includes electricity and a sink with hot and cold running water. Shower and restroom facilities are located in the lodge.</dd>
                <dt><strong>What should I bring?</strong></dt>
                <dd>Most guests pack comfortable walking shoes and plan to dress for changing weather with light layers of clothing. It's also helpful to bring a flashlight and a sense of adventure!</dd>
            </dl>
        </main>
        <footer>
            <small><i>Copyright &copy; 2022 Pacific Trails Resort</i></small>
            <br />
            <!--"Place your name in an email link". I'm assuming that this is what was meant by this.-->
            <small><i><a href=mailto:msglm@techchud.xyz>msglm</a></i> </small>
        </footer>

    </body>
</html>