it's a "simple" snake now

This commit is contained in:
2020-03-26 18:20:48 +01:00
parent 4b67055fc4
commit 25c27e46d0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Snek
![Snek icon, Miia from Mon Musu](assets/icon.jpg)
A simple Snake, done as my final JS class project
A "simple" Snake, done as my final JS class project
[Original subject](https://perso.liris.cnrs.fr/pierre-antoine.champin/enseignement/intro-js/s6.html)
+1 -1
View File
@@ -14,7 +14,7 @@
<header>
<img src="assets/icon256.png">
<h1>Snek</h1>
<h2>A simple Snake</h2>
<h2>A "simple" Snake</h2>
</header>
<main>
<nav></nav>