kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/kaka.farm
Log | Files | Refs | README

commit 753ea24a49748b00d361bfd62e7a614b91c7fd1d
parent 612fae51753f0e9ad0a4929789f5eaf40591aeac
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Sun, 12 Jul 2020 21:22:22 +0300

Move Sokoban into its own directory.

Diffstat:
Mhtml/index.html | 2+-
Rhtml/sokoban.css -> html/sokoban/sokoban.css | 0
Rhtml/sokoban.html -> html/sokoban/sokoban.html | 0
Rhtml/sokoban.js -> html/sokoban/sokoban.js | 0
4 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/index.html b/html/index.html @@ -12,7 +12,7 @@ <a href="tau/2020-darts.html">τ Day 2020 darts</a> </li> <li> - <a href="sokoban.html">Sokoban</a> + <a href="sokoban/sokoban.html">Sokoban</a> </li> </ul> <h2>Dabbling code repositories:</h2> diff --git a/html/sokoban.css b/html/sokoban/sokoban.css diff --git a/html/sokoban.html b/html/sokoban/sokoban.html diff --git a/html/sokoban.js b/html/sokoban/sokoban.js