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 612fae51753f0e9ad0a4929789f5eaf40591aeac
parent a017ad71c7390afe66f7d3ce7a6a3044d7fab6c1
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Sun, 12 Jul 2020 15:02:48 +0300

Add self referential links.

Diffstat:
Mhtml/index.html | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/html/index.html b/html/index.html @@ -2,8 +2,11 @@ <html> <head> <meta charset="utf-8"> + <title>Dabbling in the hidden arts of programming. A useless crap repository.</title> </head> <body> + <h1>Dabbling</h1> + <h2>"projects":</h2> <ul> <li> <a href="tau/2020-darts.html">τ Day 2020 darts</a> @@ -12,5 +15,10 @@ <a href="sokoban.html">Sokoban</a> </li> </ul> + <h2>Dabbling code repositories:</h2> + <h3>Main repository:</h3> + <a href="https://gitlab.com/yuvallangerontheroad/dabbling">gitlab.com</a> + <h3>Mirror repositories:</h3> + <a href="https://framagit.org/yuvallangerontheroad/dabbling/-/import">Framagit</a> </body> </html>