<!DOCTYPE HTML>
<html>
    <head>
        <title>Home | www.phpugph.com</title>
        <meta charset="utf-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1"/>
        <link rel="stylesheet" href="assets/default/css/main.css"/>
    </head>
    <body>
        <div class="page-wrap">

            <!-- Nav -->
            <nav id="nav">
                <ul>
                    <li><a href="/" ><span class="icon fa-home"></span></a></li>
                    <li><a href="/disclaimer.html" ><span class="icon fa-file-text-o"></span></a></li>
                    <li><a href="/privacy.html" ><span class="icon fa-file-text-o"></span></a></li>
                    <li><a href="/contact.html"><span class="icon fa-phone"></span></a></li>
                </ul>
            </nav>

            <!-- Main -->
            <section id="main">

                <!-- Header -->
                <header id="header">
                    <div>www.phpugph.com</div>
                </header>

                <!-- Section -->
                <section>
                    

<div class="inner">
    <header>
        <h1>SUBMIT YOUR APPLICATION NOW !</h1>
    </header>
    

    <form action="#" method="post">
        <div class="field">
            <label for="email">Email</label>
            <input name="email" id="email" type="email" placeholder="Email">
        </div>

        <ul class="actions">
            <li><input value="Subscribe" class="button" type="submit"></li>
        </ul>
        <p></p>
    </form>
</div>

                </section>
                
                <!-- Footer -->
                <footer id="footer">
                    <div class="copyright">
                        &copy; COPYRIGHT. www.phpugph.com ALL RIGHTS RESERVED.
                    </div>
                </footer>

            </section>
        </div>
    </body>
</html>



