D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
golpofoodcourt.com
/
Filename :
index.html
back
Copy
<!DOCTYPE html> <html class="no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Coming Soon — Golpo Food Court</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Our website is coming soon, designed and developed by Encoders Unlimited." /> <meta name="keywords" content="coming soon, website, free template, responsive design" /> <meta name="author" content="Encoders Unlimited" /> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet"> <!-- Animate.css --> <link rel="stylesheet" href="css/animate.css"> <!-- Icomoon Icon Fonts --> <link rel="stylesheet" href="css/icomoon.css"> <!-- Bootstrap --> <link rel="stylesheet" href="css/bootstrap.css"> <!-- Font Awesome for icons --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"> <!-- Theme style --> <link rel="stylesheet" href="css/style.css"> <!-- Modernizr JS --> <script src="js/modernizr-2.6.2.min.js"></script> <style> .logo{ margin-top: 2rem; height: 150px; } @media (max-width: 768px) { .bg-cover { background-image: url(images/golpo.png) !important; background-size: cover; background-position: center; } } </style> </head> <body> <div class="fh5co-loader"></div> <div id="page"> <div id="fh5co-container" class="js-fullheight bg-success"> <div class="countdown-wrap js-fullheight"> <div class="row"> <div class="col-md-12 text-center"> <div class="display-t js-fullheight"> <div class="display-tc animate-box"> <nav class="fh5co-nav" role="navigation"> <div id="fh5co-logo"><a href="index.html"><img src="images/golpologo.jpg.png" class="logo"></a></div> </nav> <h1>We Are Coming Soon!</h1> <h5 style="color: white;">We're busy cooking up something delicious for you! Our website is currently under construction.</h5> <div class="simply-countdown simply-countdown-one"></div> <!-- Social icons --> <ul class="fh5co-social-icons"> <li><a href="https://wa.me/+919749498902" target="_blank"><i class="fab fa-whatsapp fa-sm"></i></a></li> <li><a href="https://www.instagram.com/golpothefoodcourt/" target="_blank"><i class="fab fa-instagram fa-sm"></i></a></li> <li><a href="https://www.facebook.com/p/Golpo-Listen-to-your-palate-100057619780665/" target="_blank"><i class="fab fa-facebook-f fa-sm"></i></a></li> <li><a href="https://www.google.com/maps/dir//golpo+food+court/data=!4m6!4m5!1m1!4e2!1m2!1m1!1s0x39e479aba5c6c8e7:0x56c27d6b8614133e?sa=X&ved=1t:3061&ictx=111" target="_blank"><i class="fas fa-map-marker-alt fa-sm"></i></a></li> </ul> </div> </div> </div> </div> </div> <div class="bg-cover js-fullheight" style="background-image:url(images/golpo.png);"> </div> </div> </div> <div class="gototop js-top"> <a href="#" class="js-gotop"><i class="icon-arrow-up"></i></a> </div> <!-- jQuery --> <script src="js/jquery.min.js"></script> <!-- jQuery Easing --> <script src="js/jquery.easing.1.3.js"></script> <!-- Bootstrap --> <script src="js/bootstrap.min.js"></script> <!-- Waypoints --> <script src="js/jquery.waypoints.min.js"></script> <!-- Countdown Script --> <script src="js/simplyCountdown.js"></script> <!-- Main --> <script src="js/main.js"></script> <script> var d = new Date(new Date().getTime() + 1000 * 60 * 60 * 24 * 48); // 48 days // default example simplyCountdown('.simply-countdown-one', { year: d.getFullYear(), month: d.getMonth() + 1, day: d.getDate() }); // jQuery example $('#simply-countdown-losange').simplyCountdown({ year: d.getFullYear(), month: d.getMonth() + 1, day: d.getDate(), enableUtc: false }); </script> </body> </html>