File size: 2,529 Bytes
45d5d8a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>

<!--
 // WEBSITE: https://themefisher.com
 // TWITTER: https://twitter.com/themefisher
 // FACEBOOK: https://www.facebook.com/themefisher
 // GITHUB: https://github.com/themefisher/
-->

<html lang="en">
<head>
  <head>
  <meta charset="utf-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />

  <title>Mono - Responsive Admin & Dashboard Template</title>

  <!-- GOOGLE FONTS -->
  <link href="https://fonts.googleapis.com/css?family=Karla:400,700|Roboto" rel="stylesheet">
  <link href="plugins/material/css/materialdesignicons.min.css" rel="stylesheet" />
  <link href="plugins/simplebar/simplebar.css" rel="stylesheet" />

  <!-- PLUGINS CSS STYLE -->
  <link href="plugins/nprogress/nprogress.css" rel="stylesheet" />
  
  <!-- MONO CSS -->
  <link id="main-css-href" rel="stylesheet" href="css/style.css" />

  


  <!-- FAVICON -->
  <link href="images/favicon.png" rel="shortcut icon" />

  <!--
    HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries
  -->
  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  <![endif]-->
  <script src="plugins/nprogress/nprogress.js"></script>
</head>

</head>
  <body class="bg-white" id="body">
  <div class="row comingsoon-wrapper">
  <div class="col-lg-8 col-xl-5">

    <div class="app-brand w-100 d-flex justify-content-center border-bottom-0">
      <a class="w-auto pl-0" href="/index.html">
        <img src="images/logo.png" alt="Mono">
        <span class="brand-name text-dark">MONO</span>
      </a>
    </div>
    <div class="comingsoon-header text-center">
      <h1>We Are Coming Soon</h1>
      <p>Please stay in touch</p>
    </div>

    <div class="simple_timer"></div>

    <form class="form-subscript">
      <input class="form-control form-control-lg rounded-pill" type="text" placeholder="Enter email for information">
      <button class="btn-search" type="submit">
        <i class="mdi mdi-arrow-right"></i>
      </button>
    </form>

  </div>
</div>


<script src="plugins/jquery/jquery.min.js"></script>
<script src="plugins/syotimer/jquery.syotimer.min.js"></script>
<script>

  $(".simple_timer").syotimer({
    year: 2020,
    month: 12,
    day: 31,
    hour: 20,
    minute: 30
  });
</script>

</body>
</html>