<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Home | www.notre-europe.eu</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
    <link rel="stylesheet" href="assets/Flex/style.css"/>
</head>

<body class="theme-4">
    <div class="container">
        <div class="welcome-section">
            <h1>www.notre-europe.eu</h1>
            <nav>
                <a href="./">Home</a> |
                <a href="./disclaimer.html">Disclaimer</a> |
                <a href="./privacy.html">Privacy Policy</a> |
                <a href="./contact.html">Contact Us</a>
            </nav>
            <p> &copy; COPYRIGHT. www.notre-europe.eu ALL RIGHTS RESERVED.</p>
        </div>

        <div class="form-section">
            
<header>
    <h1>Submit Your Application Now !</h1>
</header>

<form action="#" method="post">
    <div class="form-group">
        <i class="fas fa-user"></i>
        <input name="email" type="text" placeholder="Your Email" required>
    </div>
    <button type="submit" class="btn">Subscribe Now</button>
</form>

        </div>
    </div>

</body>

</html>



