We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd28416 commit f5c51b3Copy full SHA for f5c51b3
1 file changed
task16-click-to-show-info/index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Day 2 -Task 1</title>
+ <title>Click to Show Info</title>
7
<link rel="stylesheet" href="style.css">
8
</head>
9
<body>
@@ -17,4 +17,5 @@ <h1>Click to Show Info</h1>
17
18
<script src="script.js"></script>
19
</body>
20
-</html>
+
21
+</html>
0 commit comments