Changes for release

This commit is contained in:
2023-10-18 15:00:45 -04:00
parent 67f4b581bc
commit 11b8deed1d
4 changed files with 74 additions and 44 deletions

View File

@@ -10,30 +10,34 @@
<style>
form, table, th, td {
border:1px solid black;
border-collapse: collapse;
border-collapse: collapse;
background-color: #E0E0E0;
}
</style>
Here are the results by Range Voting:
Here are the results by Plurality Voting based on <!-- INJECT --> voters:
<br>
<table>
<tr>
<th> </th>
<th>Candidate</th>
<th># Votes</th>
<th>% Votes</th>
</tr>
<!-- INJECT -->
</table>
<br>
Here are the results by Range Voting based on <!-- INJECT --> voters:
<br>
<table>
<tr>
<th>Candidate</th>
<th># Voters</th>
<th>% Happiness</th>
</tr>
<!-- INJECT -->
</table>
<br>
And here are the results by Plurality Voting:
<table>
<tr>
<th> </th>
<th>Candidate</th>
</tr>
<!-- INJECT -->
</table>
<br>
</body>