71 lines
2.8 KiB
HTML
71 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Coming Soon | Minton - Responsive Admin Dashboard Template</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
|
|
<meta content="Coderthemes" name="author" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<!-- App favicon -->
|
|
<link rel="shortcut icon" href="../assets/images/favicon.ico">
|
|
|
|
<!-- App css -->
|
|
<link href="../assets/css/bootstrap-modern.min.css" rel="stylesheet" type="text/css" id="bs-default-stylesheet" />
|
|
<link href="../assets/css/app-modern.min.css" rel="stylesheet" type="text/css" id="app-default-stylesheet" />
|
|
|
|
<link href="../assets/css/bootstrap-modern-dark.min.css" rel="stylesheet" type="text/css" id="bs-dark-stylesheet" />
|
|
<link href="../assets/css/app-modern-dark.min.css" rel="stylesheet" type="text/css" id="app-dark-stylesheet" />
|
|
|
|
<!-- icons -->
|
|
<link href="../assets/css/icons.min.css" rel="stylesheet" type="text/css" />
|
|
|
|
</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> |