File tree Expand file tree Collapse file tree 1 file changed +29
-20
lines changed
Expand file tree Collapse file tree 1 file changed +29
-20
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
3- < head >
4- < meta charset ="UTF-8 ">
5- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6- < title > Simple Clock</ title >
7- < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH " crossorigin ="anonymous ">
8- < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js " integrity ="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz " crossorigin ="anonymous "> </ script >
9- < link rel ="stylesheet " href ="style.css ">
10-
11- </ head >
12- < body onload ="startTime() ">
13- < div id ="clock ">
14- < div id ="txt ">
15-
16- </ div >
17- < h6 class ="d-flex justify-content-center align-items-center text-center " id ="day ">
18- </ h6 >
19- </ div >
20-
21- < script src ="clock.js "> </ script >
22- </ body >
3+ < head >
4+ < meta charset ="UTF-8 " />
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6+ < title > Simple Clock</ title >
7+ < link
8+ href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css "
9+ rel ="stylesheet "
10+ integrity ="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH "
11+ crossorigin ="anonymous "
12+ />
13+ < script
14+ src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js "
15+ integrity ="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz "
16+ crossorigin ="anonymous "
17+ > </ script >
18+ < link rel ="stylesheet " href ="style.css " />
19+ </ head >
20+
21+ < body onload ="startTime() ">
22+ < div id ="clock ">
23+ < div id ="txt "> </ div >
24+ < h6
25+ class ="d-flex justify-content-center align-items-center text-center "
26+ id ="day "
27+ > </ h6 >
28+ </ div >
29+
30+ < script src ="clock.js "> </ script >
31+ </ body >
2332</ html >
You can’t perform that action at this time.
0 commit comments