| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/hkosl.com/florahouses/view/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<title>FLORA HOUSE</title>
<!-- css -->
<?php include 'inc/headlinks.php';?>
<meta name="keywords" content="FLORA HOUSE">
<meta name="description" content="Green is More Than a Colour">
<!-- js -->
<?php include 'inc/link-js.php';?>
</head>
<body>
<!-- header -->
<div class="subPageMenu">
<?php include 'inc/navbar.php';?>
</div>
<!-- end of header-->
<section class="mainWarp registerBg" >
<div class="row normalPaddingV">
<div class="col-lg-5">
<p class="greenFont bigbiggerester Roman">Create Account</p>
<p class="greenFont"><span class="mr-4">Do you already have an account?</span> <a href="sign_up.php"
class="lightGreenFont">Login</a></p>
</div>
<div class="col-lg-7">
<div class="rgWrap">
<div class="form-group">
<label for="Firstname" class="greenFont">First name</label>
<input type="text" class="form-control" id="Firstname" placeholder="">
</div>
<div class="form-group">
<label for="Lastname" class="greenFont">Last name</label>
<input type="text" class="form-control" id="Lastname" placeholder="">
</div>
<div class="form-group">
<label for="Email" class="greenFont">Email</label>
<input type="email" class="form-control" id="Email" aria-describedby="Email" placeholder="">
</div>
<div class="form-group pb-4">
<label for="Password">Password</label>
<input type="password" class="form-control" id="Password" placeholder="">
</div>
<a href="#" class="d-inline-block yellowBtn pt-4">Create</a>
</div>
</div>
</div>
</section>
<?php include 'inc/subscribe.php';?>
<!-- end #section -->
<!-- footer -->
<?php include 'inc/footer.php';?>
</body>
</html>