<?php include("includes/db_config.php");
session_start();
 ?>
<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
    <meta http-equiv="refresh" content="5; URL=https://orangegroceries.com/index.php">
    <link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" />
    <title>Orange Groceries</title>
    <?php include("includes/css.php");?>

</head>

<body style="background-color:#fff">

    <div class="page-wrapper">
        <?php include("includes/header.php");?>
       
       <section class="services-section" style="background-color:#fff">
            <div class="container">
                <div class="row"> 
					<div class="col-md-12 text-center">
                        <center><img class="img-fluid" src="https://orangegroceries.com/img/check.png" alt=""></center>
                    <h2 class="text-main pt-5 pb-5 text-center">Your Groceries Order has been Submitted Successfully</h2>
						<?php //header("Refresh: 100; URL=https://orangegroceries.com/"); ?>
					</div>
				</div>                     
			</div>
        </section> 
        <?php include("includes/footer.php");?>
    </div>
    <?php include("includes/js.php");?>
</body>
<!-- <script type="text/javascript">
    if(error == true){

    // Your application has indicated there's an error
    window.setTimeout(function(){

        // Move to a new location or you can do something else
        window.location.href = "https://orangegroceries.com/";

    }, 100);

}
</script> -->
</html>
