File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE html>
2+
3+ < html lang ="en ">
4+ < head >
5+ < meta charset ="UTF-8 ">
6+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8+ < title > Age Calculator </ title >
9+ < link rel ="stylesheet " type ="text/css " href ="style.css ">
10+ </ head >
11+ < body >
12+
213< html >
314
415< head >
718</ head >
819
920< body >
21+
1022 < div class ="container ">
1123 < div class ="input ">
1224 < input type ="date " id ="date ">
2739 < span id ="days ">
2840 </ span >
2941 < p > DAYS</ p >
42+
43+
44+
45+
46+ </ div >
47+
48+ </ div >
49+ < div class ="wish " id ="wish " >
50+ Happy birthday to you !!!
51+ </ div >
52+ </ div >
53+ < script type ="text/javascript " src ="script.js "> </ script >
54+ </ body >
55+ </ html >
56+
3057 </ div >
3158 </ div >
3259 < div class ="wish " id ="wish ">
3663 < script type ="text/javascript " src ="script.js "> </ script >
3764</ body >
3865
39- </ html >
66+ </ html >
67+
You can’t perform that action at this time.
0 commit comments