File manager - Edit - /home/custbahd/public_html/webs/monitor/clients/pilaucity/shop/index.php
Back
<?php session_start(); require_once("../db/dbcontroller.php"); $db_handle = new DBController(); if(!empty($_GET["action"])) { switch($_GET["action"]) { case "add": if(!empty($_POST["quantity"])) { $productByCode = $db_handle->runQuery("SELECT * FROM shop WHERE code='" . $_GET["code"] . "'"); $itemArray = array($productByCode[0]["code"]=>array('name'=>$productByCode[0]["name"], 'code'=>$productByCode[0]["code"], 'type'=>$productByCode[0]["type"], 'quantity'=>$_POST["quantity"], 'price'=>$productByCode[0]["price"], 'image'=>$productByCode[0]["image"])); if(!empty($_SESSION["cart_item"])) { if(in_array($productByCode[0]["code"],array_keys($_SESSION["cart_item"]))) { foreach($_SESSION["cart_item"] as $k => $v) { if($productByCode[0]["code"] == $k) { if(empty($_SESSION["cart_item"][$k]["quantity"])) { $_SESSION["cart_item"][$k]["quantity"] = 0; } $_SESSION["cart_item"][$k]["quantity"] += $_POST["quantity"]; } } } else { $_SESSION["cart_item"] = array_merge($_SESSION["cart_item"],$itemArray); } } else { $_SESSION["cart_item"] = $itemArray; } } break; case "remove": if(!empty($_SESSION["cart_item"])) { foreach($_SESSION["cart_item"] as $k => $v) { if($_GET["code"] == $k) unset($_SESSION["cart_item"][$k]); if(empty($_SESSION["cart_item"])) unset($_SESSION["cart_item"]); } } break; case "empty": unset($_SESSION["cart_item"]); break; } } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="description" content=""> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags --> <!-- Title --> <title>Pilau City</title> <!-- Favicon --> <link rel="icon" href="../img/logo.png"> <!-- Core Style CSS --> <link rel="stylesheet" href="../css/core-style.css"> <!-- Responsive CSS --> <link href="../css/responsive.css" rel="stylesheet"> <!--Animations--> <link rel="stylesheet" type="text/css" href="../css/Attention/blink.css"> <link rel="stylesheet" type="text/css" href="../css/Attention/bounce.css"> <link rel="stylesheet" type="text/css" href="../css/Attention/flicker.css"> <link rel="stylesheet" type="text/css" href="../css/Attention/jello.css"> <link rel="stylesheet" type="text/css" href="../css/Attention/pulsate.css"> <link rel="stylesheet" type="text/css" href="../css/Attention/shake.css"> <link rel="stylesheet" type="text/css" href="../css/Attention/vibrate.css"> <link rel="stylesheet" type="text/css" href="../css/Attention/wobble.css"> <link rel="stylesheet" type="text/css" href="../css/Background/background.css"> <link rel="stylesheet" type="text/css" href="../css/Bounce/bounce.css"> <link rel="stylesheet" type="text/css" href="../css/Text/blur-out.css"> <link rel="stylesheet" type="text/css" href="../css/Text/flicker-glow.css"> <link rel="stylesheet" type="text/css" href="../css/Text/focus-in.css"> <link rel="stylesheet" type="text/css" href="../css/Text/tracking-in.css"> <link rel="stylesheet" type="text/css" href="../css/Text/tracking-out.css"> <style type="text/css"> /*Logo*/ .top_logo { position: absolute; left: 0; width: 20%; } .menu_logo img{ width: 30%; z-index: 1200; } /*Search Pop Up*/ .search{ color: #AFE1AF; text-align: center; width: 50px; height: 50px; border: none; border-radius: 50px; background: purple; cursor: pointer; outline: none; transition: 1s; } .search:hover { color: purple; font-weight: bold; background: #AFE1AF; } .search:focus { color: purple; font-weight: bold; background: #AFE1AF; outline: none; } .overlay { height: 100%; width: 100%; display: none; position: fixed; z-index: 9999; top: 0; left: 0; background-color: rgb(0,0,0); background-color: rgba(0,0,0, 0.9); } .overlay-content { position: relative; top: 32%; width: 80%; text-align: center; margin-top: 30px; margin: auto; } .overlay .closebtn { position: absolute; top: 20px; right: 45px; font-size: 50px; cursor: pointer; color: #AFE1AF; transition: 1s; } .overlay .closebtn:hover { color: purple; } .overlay input[type=text] { color: #AFE1AF; padding: 15px; font-size: 17px; border: none; border-bottom: 1px solid #AFE1AF; width: 100%; background: none; outline: none; transition: 5s; } .overlay input[type=text]:hover { color: #AFE1AF; background: none; border-bottom: 1px solid purple; } .overlay button { margin-top: 20px; color: #AFE1AF; background: none; font-weight: bold; font-size: 20px; width: 50px; height: 50px; border: 1px solid #AFE1AF; border-radius: 50px; box-shadow: 0 0 4px 0 #AFE1AF; cursor: pointer; outline: none; transition: 1s; } .overlay button:hover { color: purple; border: 1px solid purple; box-shadow: 0 0 4px 0 purple; } ::placeholder { font-weight: bold; color: #AFE1AF; opacity: 1; /* Firefox */ } :-ms-input-placeholder { /* Internet Explorer 10-11 */ font-weight: bold; color: #AFE1AF; } ::-ms-input-placeholder { /* Microsoft Edge */ font-weight: bold; color: #AFE1AF; } /** slider section **/ .slider_section { } .slider_section h2{ margin-top: 10%; } .slider_section h6 { font-weight: bold; text-align: center; text-transform: uppercase; color: purple; margin-bottom: 12%; } .slider_section .container { width: 100%; max-width: 100%; } .vert .carousel-item-next.carousel-item-left, .vert .carousel-item-prev.carousel-item-right { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .vert .carousel-item-next, .vert .active.carousel-item-right { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100% 0); } .vert .carousel-item-prev, .vert .active.carousel-item-left { -webkit-transform: translate3d(0,-100%, 0); transform: translate3d(0,-100%, 0); } .slider_cont { padding-left: 190px; float: left; margin: 100px 0 0; } .slider_cont h3 { font-size: 70px; font-weight: 600; color: #fff; line-height: 70px; letter-spacing: -2px; } .slider_cont p { font-size: 18px; color: #999; line-height: normal; font-weight: 300; margin-top: 15px; margin-bottom: 10px; padding-right: 30px; } .slider_image { width: 100%; min-height: 500px; max-height: 300px; } .slider_image img{ width: 80%; min-height: 300px; max-height: 600px; } #main_slider .carousel-control-prev, #main_slider .carousel-control-next { width: 65px; height: 65px; background: #e1e0e0; opacity: 1; font-size: 30px; color: #212020; border-radius: 100%; } } #main_slider a.carousel-control-prev { position: absolute; left: 40px; top: 65%; } #main_slider a.carousel-control-next { position: absolute; left: 40px; top: 65%; } .main_bt_border { color: purple; font-size: 18px; font-weight: 300; min-width: 150px; border: solid purple 1px; float: left; text-align: center; min-height: 50px; line-height: 50px; } .main_bt_border:hover, .main_bt_border:focus { background: purple; border-color: purple; color: white; } .theme_color { color: white !important; } .resip_section { background: #212020; margin-top: 0; padding: 60px 0px 50px 0px; border-top: solid rgba(255,255,255,.1) 1px; box-shadow: inset 0 10px 30px -16px #000; } .full h2 { color: purple; font-size: 45px; font-weight: bold; text-align: center; margin-top: 15px; } .product_blog_cont { text-align: center; padding-top: 20px; } .product_blog_cont h3 { color: #fff; font-size: 22px; font-weight: 400; text-align: center; } .product_blog_cont h4 { color: #fff; font-size: 18px; } .bgbg { font-size: 33px !important; } .carousel-control-prev:focus, .carousel-control-prev:hover { background: purple; color: #000; } .carousel-control-prev { left: -160px; color: #000; opacity: 1; width: 55px; height:55px; background: #fff; top: 35%; } .carousel-control-next:focus, .carousel-control-next:hover { background: purple; color: #000; } .carousel-control-next { right: -160px; color: #000; opacity: 1; width: 55px; height:55px; background: #fff; top: 35%; } .owl-prev span { display: none; } .owl-prev { width: 50px; height: 45px; background: url(../images/icon.jpg) !important; float: left; opacity: 1; color: #000; } .owl-next { width: 50px; height: 45px; background: url(../images/-2.jpg) !important; float: right; opacity: 1; color: #000; } .owl-next:hover{ background: purple; color: #000; } .owl-dots { display: none; } .owl-next span { display: none; } /*Single image*/ .top_catagory_area { width: 100%; min-height: 200px; max-height: 400px; } .top_catagory_area h6 { font-weight: bold; text-align: center; text-transform: uppercase; color: purple; margin-bottom: 12%; } .single-level { position: absolute; z-index: 2; color: #fff; font-size: 11px; text-transform: uppercase; font-weight: 700; background-color: purple; padding: 3px 10px; top: -30px; left: 10px; } .single-level:after { position: absolute; z-index: 2; content: ""; width: 0; height: 0; border-style: solid; border-width: 0 9px 9px 9px; border-color: transparent transparent purple transparent; bottom: -2px; left: -6px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .single_img { position: relative; float: left; margin-left: 2%; margin-bottom: 2%; color: black; width: 47%; -webkit-transition-duration: 500ms; transition-duration: 500ms; z-index: 1; } .single_img img{ float: left; width: 100%; min-height: 180px; max-height: 400px; border: 0px solid; border-radius: 10px; } .single_img_text { font-weight: bold; position: absolute; color: #fff; text-align: center; width: 100%; height: 100%; top: 0; left: 0; font-size: 92px; text-transform: uppercase; border: 0px solid; border-radius: 10px; background-color: rgba(23, 24, 24, 0.3); } .single_img_text h2 { margin-top: 15%; font-size: 30px; text-transform: uppercase; color: #fff; } .single_img_text h6 { margin-top: 15%; font-size: 14px; color: #fff; } .single_img_text h5 { color: #fff; font-size: 25px; } .single_img_text a { margin-bottom: 30%; } .card-header .cart-submit { background-color: purple; border: medium none; color: #fff; font-size: 14px; height: 40px; margin-left: 15px; text-transform: uppercase; width: 150px; cursor: pointer; border-radius: 0; } .product_img img{ float: left; width: 100%; min-height: 200px; max-height: 400px; border: 0px solid; margin-bottom: 15px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .product_description { margin-top: 10px; text-align: center; } .product_description h4 { font-weight: 400; color: purple; margin-bottom: 15px; display: block; } .product_description p { font-weight: bold; font-size: 14px; padding: 5px; color: white; margin-bottom: 2px; display: block; border-top-left-radius: 10px; border-top-right-radius: 10px; -webkit-animation: color-change-4x 10s linear infinite alternate both; animation: color-change-4x 10s linear infinite alternate both; } .product_img p{ text-align: center; color: gray; font-size: 12px; padding: 5px; } @-webkit-keyframes color-change-4x { 0% { background: rgba(154, 18, 179, 1); } 33.3333% { background: rgba(191, 85, 236, 1); } 66.666% { background: rgba(140, 20, 252, 1); } 100% { background: rgba(174, 168, 211, 1); } } @keyframes color-change-4x { 0% { background: rgba(154, 18, 179, 1); } 33.3333% { background: rgba(191, 85, 236, 1); } 66.666% { background: rgba(140, 20, 252, 1); } 100% { background: rgba(174, 168, 211, 1); } } /*Info slide*/ .single_slide { padding: 30px; position: relative; z-index: 1; } .info-text { font-weight: bold; position: absolute; color: #AFE1AF; text-align: center; width: 100%; height: 100%; top: 0; left: 0; font-size: 92px; text-transform: uppercase; background-color: rgba(23, 24, 24, 0.3); } .info-text > h2 { font-size: 60px; letter-spacing: 0; text-transform: uppercase; color: #AFE1AF; } .info-text h6 { margin-top: 20px; font-size: 14px; color: #AFE1AF; } .info-text h5 { color: #AFE1AF; font-size: 25px; margin-top: -10px; } .info-text a { color: #AFE1AF; } .head { text-align: center; color: purple; width: 100%; } .single_gallery_item { margin-bottom: 50px; overflow: hidden; } /* ------------------- :: 12.0 Offer Area CSS ------------------- */ .offer_area { position: relative; z-index: 1; } .offer-content-area { background-color: rgba(58, 58, 58, 0.7); padding: 100px 50px 50px; position: relative; z-index: 1; } .offer-content-area h2 { position: relative; z-index: 1; color: #fff; font-size: 48px; text-transform: uppercase; margin-bottom: 0; } .karl-level { position: absolute; z-index: 2; color: #fff; font-size: 11px; text-transform: uppercase; font-weight: 700; background-color: purple; padding: 3px 10px; top: -30px; left: 10px; } .karl-level:after { position: absolute; z-index: 2; content: ""; width: 0; height: 0; border-style: solid; border-width: 0 9px 9px 9px; border-color: transparent transparent purple transparent; bottom: -2px; left: -6px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .offer-content-area p { color: #fff; font-weight: 600; font-size: 14px; } .offer-product-price h3 { color: purple; } .offer-product-price h3 span { margin-right: 15px; font-weight: 400; text-decoration: line-through; color: #fff; } .navbar-toggler { font-weight: bold; color: purple; text-align: center; width: 100%; margin-bottom: 10px; border-radius: 20px; outline: none; background-image: url(../images/ricechapati.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; } /*Quantity*/ .product_description .quantity { display: inline-block; position: relative; z-index: 1; } .product_description .quantity .qty-text { border: 1px solid purple; border-top-left-radius: 10px; height: 40px; padding: 5px 15px; width: 100px; -moz-appearance: textfield; -webkit-appearance: textfield; appearance: textfield; font-size: 14px; outline: none; } .add-to-cart { color: white; font-weight: bold; font-size: 12px; height: 40px; padding: 5px 20px; margin-left: 6px; text-transform: uppercase; border: none; cursor: pointer; border-radius: 0; border-bottom-right-radius: 10px; background: purple; } .shadows { position: relative; text-transform: uppercase; text-shadow: 0px 0px 5px purple; color: white; letter-spacing: 0.05em; font-family: "Anton", Arial, sans-serif; font-weight: bold; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-size: 50px; transition: all 0.25s ease-out; } .shadows:hover { text-shadow: 10px 5px 7px purple; } .word { font-family: 'Anton', sans-serif; perspective: 1000px; border-top: 1px solid purple; border-bottom: 1px solid purple; } .word span { cursor: pointer; display: inline-block; user-select: none; line-height: .8; } .word span:nth-child(1).active { animation: balance 1.5s ease-out; transform-origin: bottom left; } @keyframes balance { 0%, 100% { transform: rotate(0deg); } 30%, 60% { transform: rotate(-45deg); } } .word span:nth-child(2).active { animation: shrinkjump 1s ease-in-out; transform-origin: bottom center; } @keyframes shrinkjump { 10%, 35% { transform: scale(2, .2) translate(0, 0); } 45%, 50% { transform: scale(1) translate(0, -150px); } 80% { transform: scale(1) translate(0, 0); } } .word span:nth-child(3).active { animation: falling 2s ease-out; transform-origin: bottom center; } @keyframes falling { 12% { transform: rotateX(240deg); } 24% { transform: rotateX(150deg); } 36% { transform: rotateX(200deg); } 48% { transform: rotateX(175deg); } 60%, 85% { transform: rotateX(180deg); } 100% { transform: rotateX(0deg); } } .word span:nth-child(4).active { animation: rotate 1s ease-out; } @keyframes rotate { 20%, 80% { transform: rotateY(180deg); } 100% { transform: rotateY(360deg); } } .word span:nth-child(5).active { animation: toplong 1.5s linear; } @keyframes toplong { 10%, 40% { transform: translateY(-48vh) scaleY(1); } 90% { transform: translateY(-48vh) scaleY(4); } } .word span:nth-child(6).active { animation: balance 1.5s ease-out; transform-origin: bottom left; } @keyframes balance { 0%, 100% { transform: rotate(0deg); } 30%, 60% { transform: rotate(-45deg); } } .word span:nth-child(7).active { animation: shrinkjump 1s ease-in-out; transform-origin: bottom center; } @keyframes shrinkjump { 10%, 35% { transform: scale(2, .2) translate(0, 0); } 45%, 50% { transform: scale(1) translate(0, -150px); } 80% { transform: scale(1) translate(0, 0); } } .word span:nth-child(8).active { animation: falling 2s ease-out; transform-origin: bottom center; } @keyframes falling { 12% { transform: rotateX(240deg); } 24% { transform: rotateX(150deg); } 36% { transform: rotateX(200deg); } 48% { transform: rotateX(175deg); } 60%, 85% { transform: rotateX(180deg); } 100% { transform: rotateX(0deg); } } .word span:nth-child(9).active { animation: rotate 1s ease-out; } @keyframes rotate { 20%, 80% { transform: rotateY(180deg); } 100% { transform: rotateY(360deg); } } .word span:nth-child(10).active { animation: toplong 1.5s linear; } @keyframes toplong { 10%, 40% { transform: translateY(-48vh) scaleY(1); } 90% { transform: translateY(-48vh) scaleY(4); } } .word span:nth-child(11).active { animation: balance 1.5s ease-out; transform-origin: bottom left; } @keyframes balance { 0%, 100% { transform: rotate(0deg); } 30%, 60% { transform: rotate(-45deg); } } .word span:nth-child(12).active { animation: shrinkjump 1s ease-in-out; transform-origin: bottom center; } @keyframes shrinkjump { 10%, 35% { transform: scale(2, .2) translate(0, 0); } 45%, 50% { transform: scale(1) translate(0, -150px); } 80% { transform: scale(1) translate(0, 0); } } /*Focus*/ @-webkit-keyframes mask-move { 0% { transform: translateX(0); } 100% { transform: translateX(129px); } } @keyframes mask-move { 0% { transform: translateX(0); } 100% { transform: translateX(129px); } } @-webkit-keyframes mask-inner-move { 0% { transform: translateX(0); } 100% { transform: translateX(-129px); } } @keyframes mask-inner-move { 0% { transform: translateX(0); } 100% { transform: translateX(-129px); } } *, *:before, *:after { box-sizing: border-box; } .focus { font-size: 3rem; text-transform: uppercase; color: purple; letter-spacing: 0.2rem; line-height: 1; position: relative; width: 100%; } .focus:before { content: "Shopping Mode"; filter: blur(3px); } .focus:after { content: ""; position: absolute; width: 50px; height: calc(100% + 8px); top: -4px; left: 0; border-top: 2px solid; border-bottom: 2px solid; -webkit-animation: mask-move 1s linear infinite alternate; animation: mask-move 1s linear infinite alternate; } .focus--mask { overflow: hidden; position: absolute; width: 50px; height: 100%; color: white; top: 0; left: 0; background: purple; -webkit-animation: mask-move 1s linear infinite alternate; animation: mask-move 1s linear infinite alternate; } .focus--mask-inner { -webkit-animation: mask-inner-move 1s linear infinite alternate; animation: mask-inner-move 1s linear infinite alternate; } </style> </head> <body> <div class="catagories-side-menu"> <!-- Close Icon --> <div id="sideMenuClose"> <i class="ti-close"></i> </div> <!-- Side Nav --> <div class="nav-side-menu"> <div class="menu-list"> <h6>Categories</h6> <ul id="menu-content" class="menu-content collapse out"> <!-- Single Item --> <li data-toggle="collapse" data-target="#women" class="collapsed active"> <a href="#">Pilau Rice <span class="arrow"></span></a> <ul class="sub-menu collapse" id="women"> <li><a href="#">Chicken Pilau</a></li> <li><a href="#">Goats Meat Pilau</a></li> <li><a href="#">Beef Pilau</a></li> <li><a href="#">Vegetable Rice</a></li> </ul> </li> <!-- Single Item --> <li data-toggle="collapse" data-target="#man" class="collapsed"> <a href="#">Chapati Menu <span class="arrow"></span></a> <ul class="sub-menu collapse" id="man"> <li><a href="#">Chapati + Beef</a></li> <li><a href="#">Chapati + Fresh Peas</a></li> <li><a href="#">Chapati + Fresh Beans</a></li> </ul> </li> <!-- Single Item --> <li data-toggle="collapse" data-target="#kids" class="collapsed"> <a href="#">Juice <span class="arrow"></span></a> <ul class="sub-menu collapse" id="kids"> <li><a href="#">Passion Fruit Juice</a></li> <li><a href="#">Mango Juice</a></li> <li><a href="#">Watermelon Juice</a></li> <li><a href="#">Pineapple Juice</a></li> </ul> </li> <!-- Single Item --> <li data-toggle="collapse" data-target="#bags" class="collapsed"> <a href="#">Smoothies <span class="arrow"></span></a> <ul class="sub-menu collapse" id="bags"> <li><a href="#">Passion + Mango Juice</a></li> <li><a href="#">Passion + Mango + Watermelon Juice</a></li> </ul> </li> <!-- Single Item --> <li data-toggle="collapse" data-target="#eyewear" class="collapsed"> <a href="#">Specials <span class="arrow"></span></a> <ul class="sub-menu collapse" id="eyewear"> <li><a href="#">Beef Pilau + Chapati</a></li> <li><a href="#">Chicken Pilau + Chapati + Fresh Beans</a></li> <li><a href="#">Goat Meat Pilau + Chapati + Peas</a></li> <b class="heartbeat" style="color:purple;font-size: 14px;text-align: center;margin-left: 25%"> Coming Soon</b> </ul> </li> <!-- Single Item --> <li data-toggle="collapse" data-target="#footwear" class="collapsed"> <a href="#">Discounts <span class="arrow"></span></a> <ul class="sub-menu collapse" id="footwear"> <li><a href="#">5+ Orders</a></li> <li><a href="#">10+ Orders</a></li> <li><a href="#">15+ Orders</a></li> </ul> </li> </ul> <br> <b style="color:purple;font-size: 14px;text-align: center;margin-left: 25%"> Pilau City © <script>document.write(new Date().getFullYear());</script></b> </div> </div> </div> <div id="wrapper"> <!-- ****** Header Area Start ****** --> <header class="header_area bg-img background-overlay-white" style="background-image: url(../gif/gif16.gif);"> <!-- Top Header Area Start --> <div class="top_header_area"> <div class="container h-100"> <div class="row h-100 align-items-center justify-content-center"> <div class="col-12 col-lg-7"> <div class="top_single_area d-flex align-items-center"> <!-- Logo Area --> <div class="top_logo"> <a href="../index.php"><img class="heartbeat" src="../img/logo.png" alt=""></a> </div> <!-- Cart & Menu Area --> <div class="header-cart-menu d-flex align-items-center ml-auto"> <!--Cart--> <!--Cart icon start--> <?php if(isset($_SESSION["cart_item"])){ $total_quantity = 0; $total_price = 0; ?> <?php foreach ($_SESSION["cart_item"] as $item){ $item_price = $item["quantity"]*$item["price"]; ?> <?php $total_quantity += $item["quantity"]; $total_price += ($item["price"]*$item["quantity"]); } ?> <!-- Cart Area --> <div class="cart"> <a href="#" id="header-cart-btn" target="_blank"><span class="cart_quantity"><?php echo $total_quantity; ?></span> <i class="ti-bag"></i><?php echo number_format($total_price); ?>/-</a> <!-- Cart List Area Start --> <ul class="cart-list"> <div class="cart-item-desc"> <ul class="cart-list"> <?php if(isset($_SESSION["cart_item"])){ $total_quantity = 0; $total_price = 0; ?> <?php foreach ($_SESSION["cart_item"] as $item){ $item_price = $item["quantity"]*$item["price"]; ?> <li> <a href="#" class="image cart-thumb"><?php echo "<img src='../db/images/".$item['image']."'>"; ?></a> <div class="cart-item-desc"> <h6><a href="#"><?php echo $item["name"]; ?></a></h6> <p><?php echo $item["quantity"]; ?> * <span class="price"><?php echo "UGX ".number_format($item["price"]); ?>/-</span> <a href="../index.php?action=remove&code=<?php echo $item["code"]; ?>" class="btnRemoveAction"><i class="fa fa-close"></i></a> <br> <span class="price">Total: <?php echo "UGX ".number_format($item_price); ?>/-</span> </p> </div> <span class="dropdown-product-remove"><i class="icon-cross"></i></span> </li> <?php $total_quantity += $item["quantity"]; $total_price += ($item["price"]*$item["quantity"]); } ?> <li class="total"> <span class="pull-right">Total: <?php echo number_format($total_price); ?>/-</span> <a href="index.php?action=empty" class="btn btn-sm btn-cart">Empty</a> <a href="../cart" class="btn btn-sm btn-checkout">Proceed</a> </li> </ul> </div> <?php } else { ?> <?php } ?> </ul> </div> <!--Cart icon with quantity end--> <?php } else { ?> <!--Cart icon without quantity--> <div class="cart"> <a href="#" id="header-cart-btn" target="_blank"><span class="cart_quantity">0</span> <i class="ti-bag"></i>0/-</a> <!-- Cart List Area Start --> <ul class="cart-list"> <div class="cart-item-desc"> <div class="no-records">Your Cart is Empty <br> <a href="index.php">Start Shopping</a></div> </div> </ul> </div> <!--Cart icon without quantity end--> <?php } ?> <!--Shopping Cart icon end--> <div class="header-right-side-menu ml-15"> <a href="#" id="sideMenuBtn"><i class="ti-menu"></i></a> </div> </div> </div> </div> </div> </div> </div> <!-- Top Header Area End --> <div class="main_header_area"> <div class="container h-100"> <div class="row h-100"> <div class="col-12 d-md-flex justify-content-between"> <!-- Header Social Area --> <div class="header-social-area"> <a href="#"><span class="karl-level">Share</span> <i class="fa fa-pinterest" aria-hidden="true"></i></a> <a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a> <a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a> </div> <!-- Menu Area --> <div class="main-menu-area"> <nav class="navbar navbar-expand-lg align-items-start"> <div class="navbar-toggler" type="button" data-toggle="collapse" data-target="#karl-navbar" aria-controls="karl-navbar" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon">Menu</span></div> <div class="collapse navbar-collapse align-items-start collapse" id="karl-navbar"> <ul class="navbar-nav animated" id="nav"> <li class="nav-item active"><a class="nav-link" href="../menu">Full Menu</a></li> <li class="nav-item"><a class="nav-link" href="../rice">Rice</a></li> <li class="nav-item"><a class="nav-link" href="../chapati">Chapati</a></li> <li class="nav-item"><a class="nav-link" href="../hotdogs">Hot Dogs</a></li> <li class="nav-item"><a class="nav-link" href="../drinks">Drinks</a></li> </ul> </div> </nav> </div> <!-- Search Pop Up --> <div id="myOverlay" class="overlay"> <span class="closebtn" onclick="closeSearch()" title="Close Overlay">×</span> <div class="overlay-content"> <form action="../search/" method="post"> <input type="text" placeholder="Search.." name="valueToSearch"> <br> <button type="submit" name="search"><i class="fa fa-search"></i></button> </form> </div> </div> <div class="help-line" align="center"> <button class="search" onclick="openSearch()"> <i class="fa fa-search"> </i> </button> </div> <script> function openSearch() { document.getElementById("myOverlay").style.display = "block"; } function closeSearch() { document.getElementById("myOverlay").style.display = "none"; } </script> </div> </div> </div> </div> </header> <!-- ****** Header Area End ****** --> <!-- ****** Welcome Slides Area Start ****** --> <section class="welcome_area" style="background-image: url('../gif/gif16.gif');background-repeat: no-repeat;background-position: center;background-size: cover;"> <div class="welcome_slides owl-carousel"> <!-- Single Slide Start --> <div class="single_slide"> <div class="info-text"> <h6 data-animation="bounceInLeft" data-delay="0" data-duration="500ms">Pilau City comes to you</h6> </div> </div> <!-- Single Slide Start --> <div class="single_slide"> <div class="info-text"> <h6 data-animation="bounceInUp" data-delay="0" data-duration="500ms">Order now and receive in the comfort of your home</h6> </div> </div> <!-- Single Slide Start --> <div class="single_slide"> <div class="info-text"> <h6 data-animation="bounceInLeft" data-delay="0" data-duration="1s">Tap a category below under</h6> </div> </div> <!-- Single Slide Start --> <div class="single_slide"> <div class="info-text"> <h6 data-animation="bounceInDown" data-delay="0" data-duration="1s">We can do parties and other events</h6> </div> </div> <!-- Single Slide Start --> <div class="single_slide"> <div class="info-text"> <h6 data-animation="bounceInDown" data-delay="0" data-duration="1s">Click an image to view details</h6> </div> </div> <!-- Single Slide Start --> <div class="single_slide"> <div class="info-text"> <h6 data-animation="bounceInRight" data-delay="0" data-duration="1s">Top selections for you</h6> </div> </div> </section> <br> <!-- ****** New Arrivals Area Start ****** --> <section class="new_arrivals_area section_padding_50_0 clearfix"> <div class="container"> <div class="row"> <div class="col-12"> <div class="section_heading text-center"> <div class="word"> <div class="shadows"><span>s</span><span>h</span><span>o</span><span>p</span><span>p</span><span>i</span><span>n</span><span>g</span> <span>M</span><span>o</span><span>d</span><span>e</span></div> </div> </div> </div> </div> </div> <div class="karl-projects-menu mb-100"> <div class="text-center portfolio-menu"> <button class="btn active" data-filter="*">ALL</button> <button class="btn" data-filter=".pilau1">Pilau</button> <button class="btn" data-filter=".chapati1">Chapati</button> <button class="btn" data-filter=".hot">Hot Dogs</button> <button class="btn" data-filter=".katogo1">Katogo</button> <button class="btn" data-filter=".smoothie1">Smoothies</button> <button class="btn" data-filter=".juice1">Juice</button> <button class="btn" data-filter=".health1">Health Juice</button> <button class="btn" data-filter=".cocktail1">Cocktails</button> <button class="btn" data-filter=".soda1">Sodas</button> <button class="btn" data-filter=".water1">Water</button> </div> </div> <!--Pilau Start--> <div class="container"> <div class="karl-new-arrivals"> <h3 class="single_gallery_item head pilau wow fadeInUpBig" data-wow-delay="0.2s">Pilau Rice</h3> </div> <div class="row karl-new-arrivals"> <?php $product_array = $db_handle->runQuery("SELECT * FROM shop WHERE type=1 "); if (!empty($product_array)) { foreach($product_array as $key=>$value){ ?> <!-- Single gallery Item Start --> <div class="col-12 col-sm-6 col-md-14 single_gallery_item pilau wow fadeInUpBig" data-wow-delay="0.2s"> <form method="post" action="index.php?action=add&code=<?php echo $product_array[$key]["code"]; ?>" > <div class="product_description"> <p><?php echo $product_array[$key]["name"]; ?></p> </div> <!-- Product Image --> <div class="product_img"> <?php echo "<img src='../db/images/".$product_array[$key]['image']."'>"; ?> <p><?php echo $product_array[$key]["description"]; ?></p> </div> <!-- Product Description --> <div class="product_description"> <h4 class="product-price"><?php echo number_format($product_array[$key]["price"])."/-"; ?></h4> <div class="quantity"> <input type="number" class="qty-text" id="qty" step="1" min="1" max="1000" name="quantity" value="1"> </div> <!-- Add to Cart --> <input type="submit" value="ADD TO CART" class="add-to-cart" /> </div> </div> </form> <?php } } ?> </div> </div> <!--Pilau End--> <!--Vegetable Pilau Start--> <div class="container"> <div class="karl-new-arrivals"> <h3 class="single_gallery_item head pilau wow fadeInUpBig" data-wow-delay="0.2s">Vegetable Rice</h3> </div> <div class="row karl-new-arrivals"> <?php $product_array = $db_handle->runQuery("SELECT * FROM shop WHERE type=12"); if (!empty($product_array)) { foreach($product_array as $key=>$value){ ?> <!-- Single gallery Item Start --> <div class="col-12 col-sm-6 col-md-14 single_gallery_item pilau wow fadeInUpBig" data-wow-delay="0.2s"> <form method="post" action="index.php?action=add&code=<?php echo $product_array[$key]["code"]; ?>" > <div class="product_description"> <p><?php echo $product_array[$key]["name"]; ?></p> </div> <!-- Product Image --> <div class="product_img"> <?php echo "<img src='../db/images/".$product_array[$key]['image']."'>"; ?> <p><?php echo $product_array[$key]["description"]; ?></p> </div> <!-- Product Description --> <div class="product_description"> <h4 class="product-price"><?php echo number_format($product_array[$key]["price"])."/-"; ?></h4> <div class="quantity"> <input type="number" class="qty-text" id="qty" step="1" min="1" max="1000" name="quantity" value="1"> </div> <!-- Add to Cart --> <input type="submit" value="ADD TO CART" class="add-to-cart" /> </div> </div> </form> <?php } } ?> </div> </div> <!--Vegetable Pilau End--> <!--Katogo Start--> <div class="container"> <div class="karl-new-arrivals"> <h3 class="single_gallery_item head katogo1 wow fadeInUpBig" data-wow-delay="0.2s">Katogo</h3> </div> <div class="row karl-new-arrivals"> <?php $product_array = $db_handle->runQuery("SELECT * FROM shop WHERE type=9 "); if (!empty($product_array)) { foreach($product_array as $key=>$value){ ?> <!-- Single gallery Item Start --> <div class="col-12 col-sm-6 col-md-14 single_gallery_item katogo1 wow fadeInUpBig" data-wow-delay="0.2s"> <form method="post" action="index.php?action=add&code=<?php echo $product_array[$key]["code"]; ?>" > <div class="product_description"> <p><?php echo $product_array[$key]["name"]; ?></p> </div> <!-- Product Image --> <div class="product_img"> <?php echo "<img src='../db/images/".$product_array[$key]['image']."'>"; ?> </div> <div class="product_desc"> <p><?php echo $product_array[$key]["description"]; ?></p> </div> <!-- Product Description --> <div class="product_description"> <h4 class="product-price"><?php echo number_format($product_array[$key]["price"])."/-"; ?></h4> <div class="quantity"> <input type="number" class="qty-text" id="qty" step="1" min="1" max="1000" name="quantity" value="1"> </div> <!-- Add to Cart --> <input type="submit" value="ADD TO CART" class="add-to-cart" /> </div> </div> </form> <?php } } ?> </div> </div> <!--Katogo End--> <!--Katogo Combos Start--> <div class="container"> <div class="karl-new-arrivals"> <h3 class="single_gallery_item head katogo1 wow fadeInUpBig" data-wow-delay="0.2s">Katogo Combos</h3> </div> <div class="row karl-new-arrivals"> <?php $product_array = $db_handle->runQuery("SELECT * FROM shop WHERE type=10 "); if (!empty($product_array)) { foreach($product_array as $key=>$value){ ?> <!-- Single gallery Item Start --> <div class="col-12 col-sm-6 col-md-14 single_gallery_item katogo1 wow fadeInUpBig" data-wow-delay="0.2s"> <form method="post" action="index.php?action=add&code=<?php echo $product_array[$key]["code"]; ?>" > <div class="product_description"> <p><?php echo $product_array[$key]["name"]; ?></p> </div> <!-- Product Image --> <div class="product_img"> <?php echo "<img src='../db/images/".$product_array[$key]['image']."'>"; ?> <p><?php echo $product_array[$key]["description"]; ?></p> </div> <!-- Product Description --> <div class="product_description"> <h4 class="product-price"><?php echo number_format($product_array[$key]["price"])."/-"; ?></h4> <div class="quantity"> <input type="number" class="qty-text" id="qty" step="1" min="1" max="1000" name="quantity" value="1"> </div> <!-- Add to Cart --> <input type="submit" value="ADD TO CART" class="add-to-cart" /> </div> </div> </form> <?php } } ?> </div> </div> <!--Katogo Combos End--> <!--Chapati Start--> <div class="container"> <div class="karl-new-arrivals"> <h3 class="single_gallery_item head chapati1 wow fadeInUpBig" data-wow-delay="0.2s">Chapati Combos</h3> </div> <div class="row karl-new-arrivals"> <?php $product_array = $db_handle->runQuery("SELECT * FROM shop WHERE type=2 "); if (!empty($product_array)) { foreach($product_array as $key=>$value){ ?> <!-- Single gallery Item Start --> <div class="col-12 col-sm-6 col-md-14 single_gallery_item chapati1 wow fadeInUpBig" data-wow-delay="0.2s"> <form method="post" action="index.php?action=add&code=<?php echo $product_array[$key]["code"]; ?>" > <div class="product_description"> <p><?php echo $product_array[$key]["name"]; ?></p> </div> <!-- Product Image --> <div class="product_img"> <?php echo "<img src='../db/images/".$product_array[$key]['image']."'>"; ?> <p><?php echo $product_array[$key]["description"]; ?></p> </div> <!-- Product Description --> <div class="product_description"> <h4 class="product-price"><?php echo number_format($product_array[$key]["price"])."/-"; ?></h4> <div class="quantity"> <input type="number" class="qty-text" id="qty" step="1" min="1" max="1000" name="quantity" value="1"> </div> <!-- Add to Cart --> <input type="submit" value="ADD TO CART" class="add-to-cart" /> </div> </div> </form> <?php } } ?> </div> </div> <!--Chapati End--> <!--Hotdogs Start--> <div class="container"> <div class="karl-new-arrivals"> <h3 class="single_gallery_item head hot wow fadeInUpBig" data-wow-delay="0.2s">Hot Dogs</h3> </div> <div class="row karl-new-arrivals"> <?php $product_array = $db_handle->runQuery("SELECT * FROM shop WHERE type=3 "); if (!empty($product_array)) { foreach($product_array as $key=>$value){ ?> <!-- Single gallery Item Start --> <div class="col-12 col-sm-6 col-md-14 single_gallery_item hot wow fadeInUpBig" data-wow-delay="0.2s"> <form method="post" action="index.php?action=add&code=<?php echo $product_array[$key]["code"]; ?>" > <div class="product_description"> <p><?php echo $product_array[$key]["name"]; ?></p> </div> <!-- Product Image --> <div class="product_img"> <?php echo "<img src='../db/images/".$product_array[$key]['image']."'>"; ?> <p><?php echo $product_array[$key]["description"]; ?></p> </div> <!-- Product Description --> <div class="product_description"> <h4 class="product-price"><?php echo number_format($product_array[$key]["price"])."/-"; ?></h4> <div class="quantity"> <input type="number" class="qty-text" id="qty" step="1" min="1" max="1000" name="quantity" value="1"> </div> <!-- Add to Cart --> <input type="submit" value="ADD TO CART" class="add-to-cart" /> </div> </div> </form> <?php } } ?> </div> </div> <!--Hotdogs End--> <!--Juice Start--> <div class="container"> <div class="karl-new-arrivals"> <h3 class="single_gallery_item head juice1 wow fadeInUpBig" data-wow-delay="0.2s">Nutritious Juice</h3> </div> <div class="row karl-new-arrivals"> <?php $product_array = $db_handle->runQuery("SELECT * FROM shop WHERE type=4 "); if (!empty($product_array)) { foreach($product_array as $key=>$value){ ?> <!-- Single gallery Item Start --> <div class="col-12 col-sm-6 col-md-4 single_gallery_item juice1 wow fadeInUpBig" data-wow-delay="0.2s"> <form method="post" action="index.php?action=add&code=<?php echo $product_array[$key]["code"]; ?>" > <div class="product_description"> <p><?php echo $product_array[$key]["name"]; ?></p> </div> <!-- Product Image --> <div class="product_img"> <?php echo "<img src='../db/images/".$product_array[$key]['image']."'>"; ?> <p><?php echo $product_array[$key]["description"]; ?></p> </div> <!-- Product Description --> <div class="product_description"> <h4 class="product-price"><?php echo number_format($product_array[$key]["price"])."/-"; ?></h4> <div class="quantity"> <input type="number" class="qty-text" id="qty" step="1" min="1" max="1000" name="quantity" value="1"> </div> <!-- Add to Cart --> <input type="submit" value="ADD TO CART" class="add-to-cart" /> </div> </div> </form> <?php } } ?> </div> </div> <!--Juice End--> <!--Cocktails Start--> <div class="container"> <div class="karl-new-arrivals"> <h3 class="single_gallery_item head cocktail1 wow fadeInUpBig" data-wow-delay="0.2s">Cocktails</h3> </div> <div class="row karl-new-arrivals"> <?php $product_array = $db_handle->runQuery("SELECT * FROM shop WHERE type=5 "); if (!empty($product_array)) { foreach($product_array as $key=>$value){ ?> <!-- Single gallery Item Start --> <div class="col-12 col-sm-6 col-md-4 single_gallery_item cocktail1 wow fadeInUpBig" data-wow-delay="0.2s"> <form method="post" action="index.php?action=add&code=<?php echo $product_array[$key]["code"]; ?>" > <div class="product_description"> <p><?php echo $product_array[$key]["name"]; ?></p> </div> <!-- Product Image --> <div class="product_img"> <a href="../singles.php?code=$product_array[$key]['code']"><?php echo "<img src='../db/images/".$product_array[$key]['image']."'>"; ?></a> <p><?php echo $product_array[$key]["description"]; ?></p> </div> <!-- Product Description --> <div class="product_description"> <h4 class="product-price"><?php echo number_format($product_array[$key]["price"])."/-"; ?></h4> <div class="quantity"> <input type="number" class="qty-text" id="qty" step="1" min="1" max="1000" name="quantity" value="1"> </div> <!-- Add to Cart --> <input type="submit" value="ADD TO CART" class="add-to-cart" /> </div> </div> </form> <?php } } ?> </div> </div> <!--Cocktails End--> <!--Health Juice Start--> <div class="container"> <div class="karl-new-arrivals"> <h3 class="single_gallery_item head health1 wow fadeInUpBig" data-wow-delay="0.2s">Health Juice</h3> </div> <div class="row karl-new-arrivals"> <?php $product_array = $db_handle->runQuery("SELECT * FROM shop WHERE type=6 "); if (!empty($product_array)) { foreach($product_array as $key=>$value){ ?> <!-- Single gallery Item Start --> <div class="col-12 col-sm-6 col-md-4 single_gallery_item health1 wow fadeInUpBig" data-wow-delay="0.2s"> <form method="post" action="index.php?action=add&code=<?php echo $product_array[$key]["code"]; ?>" > <div class="product_description"> <p><?php echo $product_array[$key]["name"]; ?></p> </div> <!-- Product Image --> <div class="product_img"> <?php echo "<img src='../db/images/".$product_array[$key]['image']."'>"; ?> <p><?php echo $product_array[$key]["description"]; ?></p> </div> <!-- Product Description --> <div class="product_description"> <h4 class="product-price"><?php echo number_format($product_array[$key]["price"])."/-"; ?></h4> <div class="quantity"> <input type="number" class="qty-text" id="qty" step="1" min="1" max="1000" name="quantity" value="1"> </div> <!-- Add to Cart --> <input type="submit" value="ADD TO CART" class="add-to-cart" /> </div> </div> </form> <?php } } ?> </div> </div> <!--Health Juice End--> <!--Banana Smoothies Start--> <div class="container"> <div class="karl-new-arrivals"> <h3 class="single_gallery_item head banana1 wow fadeInUpBig" data-wow-delay="0.2s">Sugar + Banana Smoothies</h3> </div> <div class="row karl-new-arrivals"> <?php $product_array = $db_handle->runQuery("SELECT * FROM shop WHERE type=7 "); if (!empty($product_array)) { foreach($product_array as $key=>$value){ ?> <!-- Single gallery Item Start --> <div class="col-12 col-sm-6 col-md-4 single_gallery_item banana1 wow fadeInUpBig" data-wow-delay="0.2s"> <form method="post" action="index.php?action=add&code=<?php echo $product_array[$key]["code"]; ?>" > <div class="product_description"> <p><?php echo $product_array[$key]["name"]; ?></p> </div> <!-- Product Image --> <div class="product_img"> <?php echo "<img src='../db/images/".$product_array[$key]['image']."'>"; ?> <p><?php echo $product_array[$key]["description"]; ?></p> </div> <!-- Product Description --> <div class="product_description"> <h4 class="product-price"><?php echo number_format($product_array[$key]["price"])."/-"; ?></h4> <div class="quantity"> <input type="number" class="qty-text" id="qty" step="1" min="1" max="1000" name="quantity" value="1"> </div> <!-- Add to Cart --> <input type="submit" value="ADD TO CART" class="add-to-cart" /> </div> </div> </form> <?php } } ?> </div> </div> <!--Banana Smoothies End--> <!--Banana Free Smoothies Start--> <div class="container"> <div class="karl-new-arrivals"> <h3 class="single_gallery_item head smoothie1 wow fadeInUpBig" data-wow-delay="0.2s">Sugar | Banana Free Smoothies</h3> </div> <div class="row karl-new-arrivals"> <?php $product_array = $db_handle->runQuery("SELECT * FROM shop WHERE type=8 "); if (!empty($product_array)) { foreach($product_array as $key=>$value){ ?> <!-- Single gallery Item Start --> <div class="col-12 col-sm-6 col-md-4 single_gallery_item smoothie1 wow fadeInUpBig" data-wow-delay="0.2s"> <form method="post" action="index.php?action=add&code=<?php echo $product_array[$key]["code"]; ?>" > <div class="product_description"> <p><?php echo $product_array[$key]["name"]; ?></p> </div> <!-- Product Image --> <div class="product_img"> <?php echo "<img src='../db/images/".$product_array[$key]['image']."'>"; ?> <p><?php echo $product_array[$key]["description"]; ?></p> </div> <!-- Product Description --> <div class="product_description"> <h4 class="product-price"><?php echo number_format($product_array[$key]["price"])."/-"; ?></h4> <div class="quantity"> <input type="number" class="qty-text" id="qty" step="1" min="1" max="1000" name="quantity" value="1"> </div> <!-- Add to Cart --> <input type="submit" value="ADD TO CART" class="add-to-cart" /> </div> </div> </form> <?php } } ?> </div> </div> <!--Banana Free Smoothies End--> </section> <!-- ****** New Arrivals Area End ****** --> <!-- ****** Footer Area Start ****** --> <footer class="footer_area"> <div class="container"> <div class="row"> <!-- Single Footer Area Start --> <div class="col-12 col-sm-16 col-md-23 col-lg-22"> <div class="single_footer_area"> <ul class="footer_widget_menu" style="margin-left: 15%"> <li><a href="../coming soon/index.php">About</a></li> <li><a href="../coming soon/index.php">Contact Us</a></li> <li><a href="../coming soon/index.php">Deliveries</a></li> <li><a href="../coming soon/index.php">Our Policies</a></li> </ul> </div> </div> <br> <!-- Single Footer Area Start --> <div class="col-12 col-lg-15"> <div class="single_footer_area"> <div class="footer_heading mb-30"> <h6>Subscribe to our newsletter</h6> </div> <div class="subscribtion_form"> <form action="#" method="post"> <input type="email" name="mail" class="mail" placeholder="Your email here"> <button type="submit" class="submit">Subscribe</button> </form> </div> </div> </div> </div> <div class="line"></div> <!-- Footer Bottom Area Start --> <div class="footer_bottom_area"> <div class="row"> <div class="col-12"> <div class="footer_social_area text-center"> <a href="#"><i class="fa fa-pinterest" aria-hidden="true"></i></a> <a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a> <a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a> </div> </div> </div> </div> <div class="copywrite_text align-items-center"> <p align="center"><a href="../index.php" target="_blank"><b style="color: purple">Pilau City</b></a> <br> Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved <br> Designed by <a href="https://customassistmonitor.xyz" target="_blank">Custom Assist</a></p> </div> </div> </footer> <!-- ****** Footer Area End ****** --> </div> <!-- /.wrapper end --> <!-- jQuery (Necessary for All JavaScript Plugins) --> <script src="../js/jquery/jquery-2.2.4.min.js"></script> <!-- Popper js --> <script src="../js/popper.min.js"></script> <!-- Bootstrap js --> <script src="../js/bootstrap.min.js"></script> <!-- Plugins js --> <script src="../js/plugins.js"></script> <!-- Active js --> <script src="../js/active.js"></script> <!-- Text Animation js --> <script src="./script.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 3 |
proxy
|
phpinfo
|
Settings