56 lines
1.8 KiB
HTML
56 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
@@include("partials/title-meta.html", {"title": "Coming Soon"})
|
|
|
|
@@include('./partials/head-css.html')
|
|
|
|
</head>
|
|
|
|
<body class="loading">
|
|
|
|
<div class="my-5">
|
|
<div class="container">
|
|
<div class="row justify-content-center">
|
|
<div class="col-12">
|
|
|
|
<div class="text-center">
|
|
|
|
<img src="../assets/images/animat-rocket-color.gif" alt="" height="160">
|
|
|
|
<h3 class="mt-4">Stay tunned, we're launching very soon</h3>
|
|
<p class="text-muted">We're making the system more awesome.</p>
|
|
|
|
<div class="row mt-5 justify-content-center">
|
|
<div class="col-md-8">
|
|
<div data-countdown="2021/01/17" class="counter-number"></div>
|
|
</div> <!-- end col-->
|
|
</div> <!-- end row-->
|
|
</div> <!-- end /.text-center-->
|
|
|
|
</div> <!-- end col -->
|
|
</div>
|
|
<!-- end row -->
|
|
</div>
|
|
<!-- end container -->
|
|
</div>
|
|
<!-- end page -->
|
|
|
|
<footer class="footer footer-alt">
|
|
<script>document.write(new Date().getFullYear())</script> © Minton theme by <a href="">Coderthemes</a>
|
|
</footer>
|
|
|
|
<!-- Vendor js -->
|
|
<script src="../assets/js/vendor.min.js"></script>
|
|
|
|
<!-- Plugins js-->
|
|
<script src="../assets/libs/jquery-countdown/jquery.countdown.min.js"></script>
|
|
|
|
<!-- Countdown js -->
|
|
<script src="../assets/js/pages/coming-soon.init.js"></script>
|
|
|
|
<!-- App js -->
|
|
<script src="../assets/js/app.min.js"></script>
|
|
|
|
</body>
|
|
</html> |