Viewing File: /home/webrbaew/candycleansebykellyk.com/404.php

<!DOCTYPE html>
<html lang="en">
<head>
	<?php
		include "includes/operations.php";
		include "includes/headerlinks.php";
	?>
	<?php
		$order_number = 0;
		if(isset($_GET['order_number'])){
			$order_number = intval($_GET['order_number']);
		}
		
	?>
</head>

<body>

    <?php include "includes/top_header.php";?>
	<?php include "includes/navigation.php";?>
	<?php include "includes/mobile_navigation.php";?>
	<?php include "includes/mobile_sticky_menus.php";?>
	<?php include "includes/cart_window.php";?>
	<?php include "includes/search.php";?>

    <main class="main__content_wrapper">
      
		<section class="error__section section--padding">
            <div class="container">
                <div class="row row-cols-1">
                    <div class="col">
                        <div class="error__content text-center">
                            <img class="error__content--img error-404 mb-50" src="images/404-thumb.webp" alt="error-img">
                            <h2 class="error__content--title">Opps ! We're not found this page </h2>
                            <a class="error__content--btn primary__btn" href="index.php">Back To Home</a>
                        </div>
                    </div>
                </div>
            </div>
        </section>
		
		

    </main>

     <!-- Start footer section -->
    <?php include "includes/footer.php";?>
    <!-- End footer section -->

	<?php include "includes/footerlinks.php";?>
	<?php include "includes/cart_functions.php";?>
</body></html>
Back to Directory File Manager