-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (39 loc) · 1.05 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Coming-Soon-Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,700i">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous"><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<body class="">
<div class="container ct ac">
<h1>Krishnendu Bhowmick</h1>
<h2>We Are Coming Soon..</h2>
<div class="count">
<div class="countd">
<span id="days">00</span>
days
</div>
<div class="countd">
<span id="hours">00</span>
hours
</div>
<div class="countd">
<span id="mins">00</span>
minutes
</div>
<div class="countd">
<span id="secs">00</span>
seconds
</div>
</div>
</div>
</body>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>