BossBey File Manager
PHP:
8.1.34
OS:
Linux
User:
ebookghostwritin
Root
/
home
/
demodesignproboa
/
public_html
/
instand_Home
📤 Upload
📝 New File
📁 New Folder
Close
Editing: error.php
<!DOCTYPE html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="icon" href="images/favicon.png" type="image/png"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" /> <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" /> <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" /> <link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> <link rel="stylesheet" href="css/animation.css"> <link rel="stylesheet" href="css/protfolio.css"> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/Responsiv.css"> <link rel="stylesheet" href="css/tabs.css"> <?php include 'include/variable.php'?> </head> <style> /*Thankyou Page Section Css Start Here*/ section.thankyou-page-wrap { background-image: url(images/Rectangle6.png); padding: 150px 0 100px; height: 100vh; display: flex; align-items: center; justify-content: center; background-repeat: no-repeat; z-index: 1; background-size: cover; background-position: 100% 100%; position: relative; z-index: 1; } section.thankyou-page-wrap::before { position: absolute; content: ''; top: 0; left: 0; right: 0; bottom: 0; background-color: #000; z-index: -1; width: 100%; height: 100%; opacity: .3; } .thankyou-page-wrap .thankyou-page-content { text-align: center; } .thankyou-page-content h1 { font-size: 80px; line-height: 100px; margin: 0 auto 30px; width: 90%; letter-spacing: 5px; position: relative; color: #F0F7F7; font-family: "NoirPro-Medium"; font-weight: 700; } .thankyou-page-content p { color: #F0F7F7; margin: 0 0 20px; font-size: 25px; line-height: 34px; } .thankyou-page-content .btn-box { display: flex; align-items: center; justify-content: center; flex-direction: row; flex-wrap: nowrap; gap: 10px; margin: 20px 0 0 0; } .thankyou-page-content .btn-box .back-home-btn { background: linear-gradient(#FF7A03, #FF3D2F); color: #fff; font-size: 18px; width: 250px; border: 2px solid #ff6611; border-radius: 0px; padding: 10px 10px; margin: 0; text-transform: uppercase; transition: all .3s ease-in-out; display: block; animation: cta2 3s infinite linear; } .thankyou-page-content .btn-box .back-home-btn:hover { background: #fff; color: #ff6611; border: 2px solid #ff6611; } /*Thankyou Page Section Css End Here*/ @media only screen and (min-width: 992px) and (max-width: 1199px) { /*Thankyou Page Section Responsive Css Start Here*/ .thankyou-page-content h1 { font-size: 45px; line-height: 55px; letter-spacing: 20px; width: 90%; } .thankyou-page-content h1::before { width: 90%; } /*Thankyou Page Section Responsive Css End Here*/ } @media only screen and (min-width: 768px) and (max-width: 991px) { /*Thankyou Page Section Responsive Css Start Here*/ .thankyou-page-wrap::before { width: 300px; height: 300px; } .thankyou-page-wrap::after { width: 300px; height: 300px; } .thankyou-page-content h1 { font-size: 45px; line-height: 56px; letter-spacing: 20px; width: 100%; } .thankyou-page-content h1::before { width: 100%; } .thankyou-page-content a.back-home-btn { font-size: 16px; } .thankyou-page-content p { font-size: 20px; line-height: 30px; } /*Thankyou Page Section Responsive Css End Here*/ } @media only screen and (min-width: 576px) and (max-width: 767px) { /*Thankyou Page Section Responsive Css Start Here*/ .thankyou-page-wrap::before { width: 300px; height: 300px; } .thankyou-page-wrap::after { width: 300px; height: 300px; } .thankyou-page-content p { font-size: 20px; line-height: 30px; } .thankyou-page-content h1 { font-size: 39px; line-height: 50px; letter-spacing: 15px; width: 100%; } .thankyou-page-content h1::before { width: 100%; } .thankyou-page-content a.back-home-btn { font-size: 16px; } /*Thankyou Page Section Responsive Css End Here*/ } @media only screen and (min-width: 300px) and (max-width: 575px) { /*Thankyou Page Section Responsive Css Start Here*/ .thankyou-page-wrap::before { width: 200px; height: 200px; } .thankyou-page-wrap::after { width: 200px; height: 200px; } .thankyou-page-content h1 { font-size: 28px; line-height: 33px; letter-spacing: 10px; width: 100%; } .thankyou-page-content h1::before { width: 100%; } .thankyou-page-content a.back-home-btn { font-size: 16px; } .thankyou-page-content p { font-size: 17px; line-height: 27px; } section.thankyou-page-wrap { padding: 149px 0px 60px 0px; } .thankyou-page-content .btn-box .back-home-btn {} .thankyou-page-content .btn-box { flex-direction: column; } /*Thankyou Page Section Responsive Css End Here*/ } </style> <body> <header class="HeaderMain"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="Customnavbar"> <nav class="navbar navbar-light"> <a class="navbar-brand" href="index.php"> <div class="logo"> <img src="images/logo.png" alt="" class="w-100"> </div> </a> <form class="form-inline my-2 my-lg-0"> <a href="tel:<?php echo $locNumber; ?>" class="phoneCall"> <i class="fa-solid fa-phone"></i> </a> </form> </nav> </div> </div> </div> </div> </header> <section class="thankyou-page-wrap"> <div class="container"> <div class="row justify-content-center"> <div class="col-12 col-sm-12 col-md-12 col-lg-10 col-xl-10 col-xxl-10"> <div class="thankyou-page-content"> <h1>Oops, <span>something went wrong!</span></h1> <p>We apologize, but there was an issue with your submission. Please try again later or contact our support team for assistance.</p> <div class="btn-box"> <a href="javascript:;" class="back-home-btn"> Contact Support </a> <a href="index" class="back-home-btn"> Go Back to Home </a> </div> </div> </div> </div> </div> </section> <?php include 'include/script.php'?>
Save
Cancel