Skip to content

Commit a2f797b

Browse files
authored
Create index.html and add div for grid
1 parent c8f19f5 commit a2f797b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Responsive Image Grid</title>
5+
<link rel="stylesheet" type="text/css" href="style.css">
6+
</head>
7+
<body>
8+
<div class="games"></div>
9+
<script src="script.js"></script>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)