Skip to content

Commit

Permalink
Merge pull request #18 from vin8bit/patch-1
Browse files Browse the repository at this point in the history
Add title Tag
  • Loading branch information
charukalyani authored Oct 15, 2024
2 parents d8f869a + e345f0d commit 3f07b21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<head>
<meta name="description" content="Hello this is my first web page!." />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Netflix Clone</title>
<link rel="stylesheet" href="src/styles.css" />
<link
rel="stylesheet"
Expand Down Expand Up @@ -309,4 +310,4 @@ <h4>Questions? Call 000-800-040-1843</h4>

<script src="src/index.js"></script>
</body>
</html>
</html>

0 comments on commit 3f07b21

Please sign in to comment.