File tree Expand file tree Collapse file tree 1 file changed +16
-11
lines changed
Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change 1- <!DOCTYPE html>
1+ <!doctype html>
22< html lang ="en ">
3- < head >
3+
4+ < head >
45 < title > Current Date and Time Progress</ title >
5- < link rel ="stylesheet " href ="styles.css ">
6- </ head >
7- < body >
8- < h1 > Current Date and Time Progress</ h1 >
9- < p > Current date and time: < span id ="currentDateTime "> </ span > </ p >
10- < p > Current date and time (UTC): < span id ="currentDateTimeUtc "> </ span > </ p >
11- < p > Current progress: < span id ="currentProgress "> </ span > </ p >
12- < script src ="main.js "> </ script >
13- </ body >
6+ < link rel ="stylesheet " href ="styles.css " />
7+ </ head >
8+
9+ < body >
10+ < h1 > Current Date and Time Progress</ h1 >
11+ < p > Current date and time: < span id ="currentDateTime "> </ span > </ p >
12+ < p >
13+ Current date and time (UTC): < span id ="currentDateTimeUtc "> </ span >
14+ </ p >
15+ < p > Current progress: < span id ="currentProgress "> </ span > </ p >
16+ < script src ="main.js "> </ script >
17+ </ body >
18+
1419</ html >
You can’t perform that action at this time.
0 commit comments