Skip to content

Commit 2538c65

Browse files
authored
Create index.html
1 parent a82cb9c commit 2538c65

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

breakout/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>2D Breakout Game</title>
6+
<link rel="stylesheet" href="styles.css">
7+
</head>
8+
<body>
9+
<h1 id="score">0</h1>
10+
<div class="grid"></div>
11+
12+
<script src="index.js"></script>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)