/
home
/
gonqkt9zy6pk
/
public_html
/
OTBBakery
/
cart
/
/home/gonqkt9zy6pk/public_html/OTBBakery/cart
mkdir
upload
Name
Size
Mode
Actions
error_log
49309
0644
edit
dl
rm
sorry.php
2825
0644
edit
dl
rm
thankyou.php
2727
0644
edit
dl
rm
Edit:
/home/gonqkt9zy6pk/public_html/OTBBakery/cart/sorry.php
(2825B)
<!DOCTYPE html> <html lang="en" ><head> <meta charset="UTF-8"> <title>Out The Box Home</title> <link rel="stylesheet" href="../css/normalize.min.css"> <link rel="stylesheet" href="../css/style.css"> <link rel="stylesheet" href="../css/reset.min.css"> <style> body, html{ position: absolute; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; height: 100vh; background-color: #E9E9E9; } .stagger-visualizer { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 17rem; height: 17rem; } .stagger-visualizer div { /*position: absolute;*/ width: 1rem; height: 1rem; border: 1px solid #4a391d; background-color: #4a391d; } </style> <?php include('../config/constants.php'); ?> </head> <body> <!-- partial:index.partial.html --> <!-- https://www.pinterest.com/pin/75576099974715878/ --> <div class="nav__bar"> <a href="#" class="nav__trigger"> <div class="bars"></div> </a> </div> <main class="main"> <div class="RISBack"> <!-- Main Container --> <?php include('partials/menu.php'); ?> <!-- fOOD sEARCH Section Starts Here --> <section class="food-search text-center"> <div class="container"> <form action="<?php echo SITEURL; ?>food-search.php" method="POST"> <input type="search" name="search" placeholder="Search for Food.." required> <input type="submit" name="submit" value="Search" class="btn btn-primary"> </form> </div> </section> <!-- fOOD sEARCH Section Ends Here --> <!-- fOOD MEnu Section Starts Here --> <section class="food-menu"> <h2 class="text-center">Sorry, your order did not go through. </h2> <div class="details"> <div class="food-details-img"></div> <div class="food-menu-box"> <h3 align="center">We are very sorry that your order did not go through. If it is something we can help you with call us at<br> voice: 800-291-7665/281-489-5663 <br> or<br> for questions or more information<br> email at <a href="mailto:sales@outthebox.com">sales@outthebox.com</a></h3> <p> </p> </div> <div class="clearfix"></div> </div> </section> <!-- fOOD Menu Section Ends Here --> <?php include('partials/footer.php'); ?> </div> <!-- Main Container Ends --> </main> <?php include('../partials/otb_nav.php'); ?> <!-- partial --> <script src="../js/classList.min.js"></script> <script src="../js/smoothscroll.js"></script> <script src="../js/script.js"></script> </body> </html>
Save
cmd:
run