D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
luksomtravel.com
/
Filename :
forum.php
back
Copy
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>LUKSOM TRAVEL Coming Soon</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="css/bootstrap.min.css"> <!-- Fontawesome CSS --> <link rel="stylesheet" href="css/fontawesome-all.min.css"> <!-- Custom Animation CSS --> <link rel="stylesheet" href="css/fxt-animation.css"> <!-- Custom CSS --> <link rel="stylesheet" href="style.css"> <!-- Google Font --> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet"> </head> <body> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Page Loader Start --> <div id="preloader"> <img src="img/preloader.gif" alt="Preloader"> </div> <!-- Page Loader End --> <div id="wrapper" class="wrapper"> <div class="fxt-template-layout2 has-animation" data-bg-image="img/figure/bg2-1.jpg"> <!-- Video Background --> <div class="fxt-video-background" style="background-image: url('img/figure/TAXI2.png'); background-size: cover; background-position: center;"> <!-- Additional content can be added here --> </div> <!-- Main Content --> <div class="fxt-main-content text-center"> <div class="fxt-logo text-center translate-bottom-50 transition-100 transition-delay-200"> <h1 style=" color: #f1f1f1; position: relative; left: -18px;">LOKSOM TRAVEL</h1> </div> <h1 class="fxt-main-title translate-bottom-50 transition-100 transition-delay-400">We are Under Construction</h1> <p class="translate-bottom-50 transition-100 transition-delay-400">Stay Tuned!</p> <div class="fxt-countdown translate-bottom-50 transition-100 transition-delay-600"> <div class="countdown"></div> </div> <!-- Contact Us Button --> <!-- Contact Us Button --> <div class="translate-bottom-50 transition-100 transition-delay-800"> <a href="tel:8287234519" class="btn btn-primary mt-4"> Contact Us</a> </div> </div> <!-- Main Content End --> </div> </div> <!-- jquery --> <script src="js/jquery-3.5.0.min.js"></script> <!-- Bootstrap js --> <script src="js/bootstrap.min.js"></script> <!-- Imagesloaded js --> <script src="js/imagesloaded.pkgd.min.js"></script> <!-- YouTube js --> <script src="js/jquery.mb.YTPlayer.min.js"></script> <!-- Countdown js --> <script src="js/jquery.countdown.min.js"></script> <!-- Validator js --> <script src="js/validator.min.js"></script> <!-- Custom Js --> <script src="js/main.js"></script> </body> </html>