We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f19f5 commit a2f797bCopy full SHA for a2f797b
1 file changed
index.html
@@ -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