Viewing File: /home/webrbaew/gringomanshop.com/failed.php

<!DOCTYPE html>
	<html lang="zxx">
		<head>
			<?php include "includes/headerlinks.php";?>
    </head>
    <body>
        <!-- Preloader -->
        <?php include "includes/loader.php";?>
        <!-- End Preloader -->

        <!-- Start Navbar Area -->
        <?php include "includes/navbar.php";?>
        
        <!-- End Navbar Area -->
        
        <!-- Main Banner -->
		
		<div class="inner-banner inner-bg12">
            <div class="container">
                <div class="inner-title">
                    <h3>Failed</h3>
                    <ul>
                        <li>
                            <a href="home">Home</a>
                        </li>
                        <li>
                            <i class="bx bxs-chevrons-right"></i>
                        </li>
                        <li>Failed</li>
                    </ul>
                </div>
            </div>
        </div>
		
        
		
		<div class="contact-area ptb-70">
            <div class="section-title text-center">
                <img class="error__content--img mb-50" src="images/failed.png" style="width:15% !important" alt="error-img">
				<br><br>
				<h2 class="error__content--title">Oh no, your payment failed!</h2>
				<p class="error__content--desc">Unable to process the payment because invalid data was supplied with the transaction.</p>
                <br>
				<a href="mybook" type="button" id="customButton" class="default-btn btn-block three">
					Try Again!
				</a>
            </div>
        </div>

        
        <!-- Footer Area -->
        
		<?php include "includes/footer.php";?>
        <!-- Footer Area End -->

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