diff options
Diffstat (limited to 'project/templates/thue2a.html')
-rw-r--r-- | project/templates/thue2a.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/project/templates/thue2a.html b/project/templates/thue2a.html index 4f82ed8..adbc669 100644 --- a/project/templates/thue2a.html +++ b/project/templates/thue2a.html @@ -10,6 +10,9 @@ {% block content %} <h4>Thue Version 2a</h4> + +<p>Git repository: <a href="/cgit/cgit.cgi/esoteric.git/">Link</a></p> + <h5>1/1/2017</h5> <p><a href="http://esolangs.org/wiki/Thue" target="_blank">Thue</a> is an esoteric programming @@ -97,8 +100,7 @@ a::=abc </div> <p>While this doesn't solve all the problems Thue has (try writing a Thue program that asks -for and greets the user by name!) it should solve this one particular issue. Source code is -available <a href="/cgit/cgit.cgi/esoteric.git/" target="_blank">here</a>.</p> +for and greets the user by name!) it should solve this one particular issue.</p> {% endblock %} |