~johanvandegriff/games.johanv.net

8d0e2cecdd928eb568852c79713f2ab2d981247d — Johan Vandegriff 2 years ago bf475fa
added source code links to hornswiggle
1 files changed, 2 insertions(+), 0 deletions(-)

M templates/hornswiggle.html
M templates/hornswiggle.html => templates/hornswiggle.html +2 -0
@@ 23,4 23,6 @@ function newItem() {
    <li>{{ item }}</li>
</ul>

<p>You can see the source code for this... thing (under the <a target="_blank" href="https://tldrlegal.com/license/gnu-affero-general-public-license-v3-(agpl-3.0)">AGPLv3 license</a>) on <a target="_blank" href="https://git.sr.ht/~johanvandegriff/games.johanv.xyz/tree/master/item/hornswiggle.py">sourcehut</a> or <a target="_blank" href="https://github.com/johanvandegriff/games.johanv.xyz/blob/master/hornswiggle.py">github</a>.</p>

{% include 'footer.html' %}