changes
This commit is contained in:
39
results.html
Normal file
39
results.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Ballot Experiments Results</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<style>
|
||||
form, table, th, td {
|
||||
border:1px solid black;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
</style>
|
||||
Here are the results by Range Voting:
|
||||
<br>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>Candidate</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>
|
||||
|
||||
Reference in New Issue
Block a user