diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-02-20 10:54:44 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-02-20 10:54:44 +1100 |
commit | 374c45e5ef46eda860e9261079f737b5cf1687fd (patch) | |
tree | d53bd10e64c859004524fec0c5ed4fdc474b77cc /project/templates/index.html | |
parent | 31b2f62e121cb219d1f9ae2189da5bf53863b7a2 (diff) |
Single transferable vote article added
Diffstat (limited to 'project/templates/index.html')
-rw-r--r-- | project/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/templates/index.html b/project/templates/index.html index b8db7fe..de16dbf 100644 --- a/project/templates/index.html +++ b/project/templates/index.html @@ -5,6 +5,7 @@ {% block content %} <ul class="index"> + <li><a href="/stvcount.html">Single Transferable Vote Counter</a></li> <li><a href="/adapad.html">Adapad</a></li> <li><a href="/grasp.html">Grasp Interpreter</a></li> <li><a href="/thue2a.html">Thue Version 2a</a></li> |