We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1374100 commit b8937afCopy full SHA for b8937af
.gitignore
@@ -0,0 +1 @@
1
+node_modules
index.html
@@ -67,7 +67,8 @@ <h2>PAUSED</h2>
67
</video>
68
69
<footer class="footer">
70
- <p><small>Canvas Snake Game by <a href="https://github.com/jjteoh-thewebdev">JJTeoh</a> with ❤️</small></p>
+ <p><small>Canvas Snake Game by <a href="https://github.com/jjteoh-thewebdev" target="_blank">JJTeoh</a> with ❤️</small></p>
71
+ <p><a href="https://github.com/jjteoh-thewebdev/html-canvas-snake/issues" target="_blank">Report Bug</a></p>
72
</footer>
73
74
<script src="script.js"></script>
0 commit comments