We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f34885a commit f9e2cecCopy full SHA for f9e2cec
Snake Game/index.html
@@ -4,6 +4,8 @@
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
<link rel="stylesheet" href="style.css" />
7
+ <link rel="icon" href="snake.png" />
8
+
9
<link
10
rel="stylesheet"
11
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
Snake Game/snake.png
62.4 KB
To Do List/index.html
@@ -26,3 +26,6 @@ <h2>To Do List <img src="icon.png" /></h2>
26
</body>
27
</html>
28
<!-- completed! -->
29
30
+<!-- fix -->
31
+<!-- Fix the empty task to add deny it -->
0 commit comments