-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (39 loc) · 1.24 KB
/
index.html
File metadata and controls
48 lines (39 loc) · 1.24 KB
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
<!DOCTYPE html>
<html>
<head>
<meta lang="BN-bd">
<title>Smart Clock</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="shortcut icon" href="./icon/icon.jpg" />
</head>
<body>
<section class="js_body">
<header class="header">
<img style="width:25px;" src="./icon/icon.jpg" alt="" srcset=""> Dynamic Clock
</header>
<div class="body_ground">
<div id="bd">
</div>
<div class="container">
<div class="hour" id="hour"></div>
<span style="font-size:70px ;">:</span><div class="minute" id="minute"></div>
<span style="font-size:70px ;">:</span><div class="secound" id="secound"></div>
<div class="progress" id="progress1"></div>
<div class="progress" style="background-color: blue;" id="progress2"></div>
<div class="progress" style="background-color: green;" id="progress3"></div>
<div id="days" class="days"></div>
<div class="user_msg" id="usr_mdg"></div>
</div>
<div >
<div id="date" class="date"></div>
<div id="year" class="year"></div>
</div>
<!-- শ -->
<script type="text/javascript" src="app.js"> </script>
</div>
<section class="footer">
© By Hasib
</section>
</section>
</body>
</html>