Skip to content

Commit f5c51b3

Browse files
authored
Update index.html
1 parent fd28416 commit f5c51b3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

task16-click-to-show-info/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Day 2 -Task 1</title>
6+
<title>Click to Show Info</title>
77
<link rel="stylesheet" href="style.css">
88
</head>
99
<body>
@@ -17,4 +17,5 @@ <h1>Click to Show Info</h1>
1717

1818
<script src="script.js"></script>
1919
</body>
20-
</html>
20+
21+
</html>

0 commit comments

Comments
 (0)