Skip to content

Commit

Permalink
Merge pull request #693 from SreejaVeerappan/patch-26
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
Ayushparikh-code authored Oct 27, 2024
2 parents 2e86fcd + e88aabf commit f09bae9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Game Ping Pong/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ping Pong</title>
<link rel="stylesheet" href="style.css">
<script defer src="script.js"></script>
</head>
<body>

Expand All @@ -14,4 +18,4 @@
</div>

</body>
</html>
</html>

0 comments on commit f09bae9

Please sign in to comment.