diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/projects.html.erb (renamed from src/projects.html) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/projects.html b/src/projects.html.erb index a16253d..90cd36c 100644 --- a/src/projects.html +++ b/src/projects.html.erb @@ -7,4 +7,9 @@ used Jekyll, but I wanted to play around and build something minimal for personal use. I'm not a webdev. </li> + <li><a href='http://hex.m-chrzan.xyz'>Hex Curler</a>: a minimal webgame to be + played with <code>curl</code>. + <a href='<%= path_to 'blog_hex-curler' %>' >[blog]</a> + <a href='https://gitlab.com/m-chrzan/hex-curler'>[source]</a> + </li> </ul> |