📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-functions.php
0.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tools.php
3.43 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: blue-berry.php
<!DOCTYPE html> <html> <head> <link rel="shortcut icon" href="images/fav.png" /> <title>Blue Berry - Trends Coupon</title> <link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" /> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="js/jquery.min.js"></script> <!-- Custom Theme files --> <!--theme-style--> <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> <!--//theme-style--> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="Trends Coupon coupns, coupon deals,Retail things" /> <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> <!--fonts--> <link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Vollkorn:400,700' rel='stylesheet' type='text/css'> <!--//fonts--> <script type="text/javascript" src="js/move-top.js"></script> <script type="text/javascript" src="js/easing.js"></script> <script type="text/javascript"> jQuery(document).ready(function($) { $(".scroll").click(function(event){ event.preventDefault(); $('html,body').animate({scrollTop:$(this.hash).offset().top},1000); }); }); </script> </head> <body> <!--header--> <div class="header"> <div class="container"> <!----> <div class="logo"> <a href="index.php"><img src="images/logo3.png" alt="" style="width:75%;margin-top:-4%"></a> </div> <div class="header-right"> <div class="header-bottom"> <div class="top-nav"> <span class="menu"> </span> <ul> <li><a href="index.php">HOME</a> </li> <li><a href="about.php" > ABOUT US</a></li> <li class="active"><a href="product.php" > PRODUCTS</a></li> <li><a href="contact.php" > CONTACT US </a></li> <li><a href="subscribe.php">SUBSCRIBE </a></li> </ul> <!--script--> <script> $("span.menu").click(function(){ $(".top-nav ul").slideToggle(500, function(){ }); }); </script> </div> <a href="#" class="cart">+(501)503-5972</a> <div class="clearfix"> </div> </div> </div> <div class="clearfix"> </div> </div> </div> <!----> <!----> <div class="content"> <div class="container"> <!--- <div class="content-nestle" style="margin-top:3%;height:400px;"> <div> <h2 style="text-align:center;padding-top:15%;color:#FF1573;font-size:45px; text-shadow: 2px 2px yellow;">Products</h2> </div> <div class="clearfix"> </div> </div> <!----> <div class="content-bottom" style="margin-top:5%"> <nav class="breadcrumbs-container" aria-label="Breadcrumbs"> <a href="index.php"><b>Home</b></a> <span class="breadcrumbs-delimiter" aria-hidden="true"> <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" width="8" height="5" viewBox="0 0 8 5"> <path fill="currentColor" fill-rule="evenodd" d="M1.002.27L.29.982l3.712 3.712L7.714.982 7.002.27l-3 3z"></path> </svg> </span> <a href="drink.php" title=""><b>Beverages & Drinks</b></a> <span class="breadcrumbs-delimiter" aria-hidden="true"> <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" width="8" height="5" viewBox="0 0 8 5"> <path fill="currentColor" fill-rule="evenodd" d="M1.002.27L.29.982l3.712 3.712L7.714.982 7.002.27l-3 3z"></path> </svg> </span> <span>Rockstar Xdurance Fully Loaded Blueberry, Pomegranate & Acai Energy Drink, 500ml (Case of 12)</span> </nav><br> <div class="prod-det"> <div class="prod-left"> <img src="images/beverages/blueberry.jpg" title="" alt""/> </div> <div class="prod-right"> <h3>Rockstar Xdurance Fully Loaded Blueberry, Pomegranate & Acai Energy Drink, 500ml (Case of 12)</h3><br> <h3>$24.80287 USD </h3> <div class="product-description rte" data-product-description=""> <p><strong>Get Next-day Delivery. </strong></p> <p><strong>Buy Full Case of 12 x 500ml Rockstar Xdurance Fully Loaded Blueberry, Pomegranate & Acai Energy Drink, Lightly Carbonated Mixed Fruit Energy Drink with Added Caffeine, Taurine & Vitamins.</strong></p> <ul style="line-height:35px;"> <li>B-vitamins, real sugar, taurine, guarana</li> <li>No artificial sweeteners or colours</li> <li> <strong>FREE Delivery</strong> on orders over £40</li> </ul> <p><strong>Product Marketing : </strong> A wide range of the best flavoured big can energy drinks, with double the size and double the kick. Great taste products that immediately energise and hydrate</p> <p><strong>Brand Marketing : </strong> Born in Las Vegas Rockstar is the original big can energy drink, and it is that West Coast American spirit that delivers a fun, positive and very cool energy drink. Rockstar is actively involved with Music, Movies, Gaming & Motorsports</p> <p><strong>Ingredients :</strong> Carbonated Water, Sugar, Black Carrot Juice Concentrate, Acids (Citric Acid, Lactic Acid, Malic Acid), Natural Flavouring, Green Tea Extract, Caffeine (0.03%), Antioxidant (Ascorbic Acid), Taurine (0.02%), Acidity Regulator (Potassium Phosphates), Guarana Extract (0.01%), Vitamins (Niacin, E, B6)</p> <p><strong>Additional Information :</strong> Recycling Info: Recycle with carrier bags at larger stores - Not at Kerbside Film Recycling Info: Recyclable Can Pack Type: Shrink Wrapped</p> <p><strong>Preparation and Usage : </strong> Serve chilled</p> <p><strong>Storage : </strong> Store in a cool dry place Best Before End: See Base of Can</p> <p><strong>Safety : </strong> HIGH CAFFEINE CONTENT NOT RECOMMENDED FOR CHILDREN OR PREGNANT OR BREAST-FEEDING WOMEN (CAFFEINE CONTENT 32mg/100ml). PLEASE CONSUME RESPONSIBLY.</p> <p><strong>Product Disclaimer</strong> <br>At <b>Trends Coupon.com</b>, we work to ensure that product information on our website is correct, manufacturers may alter their product information, packaging, ingredients, nutritional guides and allergy advice so you may occasionally see a change or difference in products. Please be aware that Trends Coupon.com are not the manufacturer of the products sold on our website. Actual product packaging and materials may contain more or other different information than shown on our website. If you have any specific product queries, please contact the manufacturer. We recommend that you always read the label carefully before using or consuming any products including medicinal products. Please do not solely rely on the information provided on our Trends Coupon.com website and therefore we are unable to accept liability for any inaccuracies or incorrect information contained or presented on our website.</p> </div> </div> <div class="clearfix"> </div> </div> </div> <!----> <div class="grid-top-in"> <div class="grid-top"> <div class="col-md-4 top-grid "> <h5>ABOUT Trends Coupon.</h5> <p class="sed">"Trends Coupon"has become the leading online Retail store offering the widest variety of consumer products. Find everything from Retail, household cleaning products, health and beauty supplies, baby products, pet food and much more. Now the speed of online shopping, the convenience of fast delivery and the value of discount mercury can be yours from the comfort of your own home!.</p> </div> <div class="col-md-4 top-grid"> <h5>INFORMATION</h5> <ul class="social-in"> <li><a href="privacy.php">Privacy Policy</a></li> <li><a href="terms.php">Terms and Confditions</a></li> <li><a href="subscribe.php">Subscribe</a></li> <li><a href="unsubscribe.php">Unsubscribe</a></li> </ul> <div class="clearfix"> </div> </div> <div class="col-md-4 top-grid"> <h5>NEWSLETTER:</h5> <p class="nospace btmspace-15" style="margin-bottom:15px;">For weekly new updates </p> <form method="post" action="#"> <fieldset> <input class="btmspace-15" type="text" value="" placeholder="Name" style="margin-bottom:15px;width: 250px;"><br> <input class="btmspace-15" type="text" value="" placeholder="Email" style="margin-bottom:15px;width: 250px;"><br> <button type="submit" value="submit">Submit</button> </fieldset> </form> </div> <div class="clearfix"> </div> </div> </div> </div> </div> <!----> <div class="footer"> <div class="container"> <p class="footer-grid">Copyright © 2023. All Rights Reserved.</p> </div> <script type="text/javascript"> $(document).ready(function() { /* var defaults = { containerID: 'toTop', // fading element id containerHoverID: 'toTopHover', // fading element hover id scrollSpeed: 1200, easingType: 'linear' }; */ $().UItoTop({ easingType: 'easeOutQuart' }); }); </script> <a href="#" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a> </div> </body> </html>>
Save