[go: nahoru, domu]

Skip to content

Commit

Permalink
fn html
Browse files Browse the repository at this point in the history
  • Loading branch information
brong90s committed Dec 6, 2021
0 parents commit c0f60bb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
<script src="script.js" type="module"></script>
<title>Ping Pong</title>
</head>
<body>
<div class="score">
<div id="player-score">0</div>
<div id="computer-score">0</div>
</div>
<div id="ball" class="ball"></div>
<div class="paddle left" id="player-paddle"></div>
<div class="paddle right" id="computer-paddle"></div>
</body>
</html>

0 comments on commit c0f60bb

Please sign in to comment.