ok
Direktori : /home/importfo/public_html/rinaankola.in/ |
Current File : /home/importfo/public_html/rinaankola.in/thank-you-page.php |
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' /> <meta name="viewport" content="width=device-width" /> <title>Thank You For Contacting Tiny Wonders By RINA ANKOLA</title> <link href="csstwo/bootstrap.css" rel="stylesheet" /> <link href="csstwo/coming-sssoon.css" rel="stylesheet" /> <!-- Fonts --> <link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet"> <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'> </head> <body> <div class="main" style="background-image: url('imgtwo/d.jpg')"> <!-- Change the image source '/images/default.jpg' with your favourite image. --> <div class="cover black" data-color="black"></div> <!-- You can change the black color for the filter with those colors: blue, green, red, orange --> <div class="container"> <h1 class="logo cursive"> <?php // I'm India so my timezone is Asia/Calcutta date_default_timezone_set('Asia/Calcutta'); // 24-hour format of an hour without leading zeros (0 through 23) $Hour = date('G'); if ( $Hour >= 5 && $Hour <= 11 ) { echo "Good Morning"; } else if ( $Hour >= 12 && $Hour <= 16 ) { echo "Good Afternoon"; } else if ( $Hour >= 17 || $Hour <= 4 ) { echo "Good Evening"; } ?> Dear! </h1> <!-- H1 can have 2 designs: "logo" and "logo cursive" --> <div class="content"> <h4 class="motto">Thank You For Contacting Tiny Wonders By RINA ANKOLA </h4> <div class="subscribe"> <h5 class="info-text"> We Will Revert Back As Soon As Possible. </h5> <div class="row"> <div class="col-md-4 col-md-offset-4 col-sm6-6 col-sm-offset-3 "> <form class="form-inline" role="form"> <!--<div class="form-group"> <label class="sr-only" for="exampleInputEmail2">Email address</label> <input type="email" class="form-control transparent" placeholder="Your email here..."> </div>--> <!-- <a href="http://divineclinic.co.in//about.php"><button type="submit" class="btn btn-danger btn-fill">Back To Home</button></a> --> <center><a href="index.php"><button type="button" class="btn btn-danger btn-fill">Back To Home</button></a></center> </form> </div> </div> </div> </div> </div> <div class="footer"> <div class="container"> </div> </div> </div> <script src="jstwo/jquery-1.10.2.js" type="text/javascript"></script> <script src="jstwo/bootstrap.min.js" type="text/javascript"></script> </body> </html>