-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (41 loc) · 1.89 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
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<!-- link style css -->
<link rel="stylesheet" href="./assests/css/style.css">
<title>Clock</title>
</head>
<body>
<div class="container my-4">
<div class="jumbotron m-3 display" id="jum">
<table>
<thead>
<th>
<a href="https://c.tadst.com/gfx/n/fl/128/in.png" target="_blank"> <img
src="https://c.tadst.com/gfx/n/fl/128/in.png" alt=""></a>
</th>
<th>
<h1 class="display-4 current-time">India :
</th>
</thead>
</table>
<h1><span id="time"></span></h1>
<h1><span id="date"></span></h1>
<button class="but" id="hov"><a href="https://www.clocktab.com/" target="_blank">Click Me</a></button>
</div>
</div>
</body>
<script src="./assests/js/script.js"></script>
</html>