<!-- index.html -->

<html lang="en">
<body>
    <h1>Pink Frag Event Organizer</h1>
    <table border="1">
        <tr>
            <td width="20%">
                <a href="index.html">Home</a>
                <a href="events.html">Events</a>
                <a href="aboutUs.html">About us</a>
                <a href="contactUs.html">Contact Us</a>
            </td>
            <td width="80%">
                <h2>Pink Frag Event Organizer</h2>
                <p>
                    We are indulged in offering a Promotional Event Management. These services are provided by our team
                    of
                    professionals as per the requirement of the client. These services are highly praised for their
                    features
                    like sophisticated technology, effective results, and reliability. We offer these services in a
                    definite
                    time frame and at affordable rates.
                </p>
            </td>
        </tr>
    </table>
</body>

</html>

<!-- events.html -->

<html lang="en">
<body>

    <h1>Pink Frag Event Organizer</h1>
    <table border="1">
        <tr>
            <td width="20%">
                <a href="index.html">Home</a>
                <a href="events.html">Events</a>
                <a href="aboutUs.html">About us</a>
                <a href="contactUs.html">Contact Us</a>
            </td>
            <h2>Events</h2>
            <h3>Corporate Events</h3>
            <td>
                <p>
                    A corporate event can be defined as a gathering that is sponsored by a business for its employees,
                    business partners,
                    clients and/or prospective clients.
                </p>
            </td>
            <h3>Wedding Planning</h3>
            <p>
                A wedding planner is a professional who assists with the design, planning, and management of a client's
                wedding.
                Weddings are significant events in people's lives, and as such, couples are often willing to spend
                considerable amounts
                of money to ensure that their weddings are well-organized. Wedding planners are often used by couples
                who work long hours
                and have little spare time available for sourcing and managing wedding venues and wedding suppliers.
            </p>
            <h3>Product Launches</h3>
            <p>
                The debut of a product into the market. The product launch signifies the point at which consumers first
                have access to a
                new product.
            </p>
        </tr>
    </table>
</body>
</html>

<!-- aboutus.html -->
 
<html lang="en">
<body>
    <h1>Pink Frag Event Organizer</h1>
    <table border="1">
        <tr>
          <td width="20%">
                <a href="index.html">Home</a>
                <a href="events.html">Events</a>
                <a href="aboutUs.html">About us</a>
                <a href="contactUs.html">Contact Us</a>
            </td>
            <td width="80%">
                <h2>About us</h2>
                <p>
                    Pink Frag Event is a reputed organization, which has come into being in 2009, as a Sole Proprietorship Firm,
                    with a sole aim of achieving the trust and support of large customers. We have indulged our all endeavors
                    towards offering trustworthy Wedding Event Management, Promotional Event Management, Birthday Party Management
                    and many more. To offer these services, we have hired specialized professionals, who are capable of understanding
                    as well as accomplishing the specific customers’ desires.
                </p>
            </td>
        </tr>
    </table>

</body>
</html>

<!-- contactus.html -->
<html>
<body>
    <h1>Pink Frag Event Organizer</h1>
    <table border="1">
        <tr>
            <td width="20%">
                <a href="#">Home</a>
                <a href="#">Events</a>
                <a href="#">About us</a>
                <a href="#">Contact Us</a>
            </td>
            <td width="80%">
                <h2>Contact us</h2>
                <p>14/509A,Sterlin Street,Nungambakkam, Chennai - 600034.</p>
            </td>
        </tr>
    </table>
</body>
</html>