Skip to content

Commit 84097b7

Browse files
Merge pull request #43 from Sanjay-S17/patch-1
Added few meta tags and title to the webpage
2 parents 88d1f75 + ad2749d commit 84097b7

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

Age Calculator/index.html

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
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>
@@ -7,6 +18,7 @@
718
</head>
819

920
<body>
21+
1022
<div class="container">
1123
<div class="input">
1224
<input type="date" id="date">
@@ -27,6 +39,21 @@
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">
@@ -36,4 +63,5 @@
3663
<script type="text/javascript" src="script.js"></script>
3764
</body>
3865

39-
</html>
66+
</html>
67+

0 commit comments

Comments
 (0)