changes
This commit is contained in:
@@ -7,7 +7,13 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<form id="my-form" action="/plur_vote" method="post">
|
||||
<style>
|
||||
form, table, th, td {
|
||||
border:1px solid black;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
</style>
|
||||
<form id="my-form" style="background-color:#E0E0E0" action="/plur_vote" method="post">
|
||||
This page is an experiment in voting. Half of the people who visit this site vote using Plurality Voting
|
||||
where a voter selects their top candidate, and the winner is the candidate with the most votes. The other
|
||||
half use Range Voting where voters score all familiar candidates based on how happy they would be should
|
||||
|
||||
Reference in New Issue
Block a user