index page & http redirect

This commit is contained in:
Jack Wines 2023-06-16 19:27:06 -07:00
parent 5dab23a97c
commit 15abe78b5e
7 changed files with 45 additions and 8 deletions

5
public/static/index.md Normal file
View file

@ -0,0 +1,5 @@
## simple ranked choice voting
[create a poll](/create)
[source code](https://gitlab.com/winesj/rcv-site)

View file

@ -75,4 +75,5 @@ body {
#ballot-submit {
margin-top: 10px;
margin-bottom: 10px;
}