Skip to content

Commit f09bae9

Browse files
Merge pull request #693 from SreejaVeerappan/patch-26
Update index.html
2 parents 2e86fcd + e88aabf commit f09bae9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Game Ping Pong/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
46
<title>Ping Pong</title>
7+
<link rel="stylesheet" href="style.css">
8+
<script defer src="script.js"></script>
59
</head>
610
<body>
711

@@ -14,4 +18,4 @@
1418
</div>
1519

1620
</body>
17-
</html>
21+
</html>

0 commit comments

Comments
 (0)