Skip to content

Commit

Permalink
add tables
Browse files Browse the repository at this point in the history
  • Loading branch information
wmentrekin committed Oct 27, 2020
1 parent a86cebd commit 0c30c2e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tables/closest_margins.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<HTML> <body>
<h1>Attendance list</h1>
<table>
<tr><td>Arizona</td><td>0.52%</td><td>Joe Biden</td></tr>
<tr><td>Ohio</td><td>1.04%</td><td>Donald Trump</td></tr>
<tr><td>Georgia</td><td>1.16%</td><td>Donald Trump</td></tr>
<tr><td>North Carolina</td><td>1.27%</td><td>Joe Biden</td></tr>
<tr><td>Nevada</td><td>1.39%</td><td>Joe Biden</td></tr>
<tr><td>Florida</td><td>2.13%</td><td>Joe Biden</td></tr>
<tr><td>Wisconsin</td><td>2.53%</td><td>Joe Biden</td></tr>
<tr><td>Texas</td><td>3.48%</td><td>Donald Trump</td></tr>
<tr><td>Pennsylvania</td><td>3.99%</td><td>Joe Biden</td></tr>
<tr><td>Michigan</td><td>4.06%</td><td>Joe Biden</td></tr>
<tr><td>Iowa</td><td>4.49%</td><td>Donald Trump</td></tr>
<tr><td>Virginia</td><td>4.84%</td><td>Joe Biden</td></tr>
<tr><td>Minnesota</td><td>4.99%</td><td>Joe Biden</td></tr>
<tr><td>New Hampshire</td><td>5.44%</td><td>Joe Biden</td></tr>
<tr><td>South Carolina</td><td>7.57%</td><td>Donald Trump</td></tr>
<tr><td>Alaska</td><td>8.15%</td><td>Donald Trump</td></tr>
<tr><td>Colorado</td><td>9.81%</td><td>Joe Biden</td></tr>
</table>
</body>
</HTML>

0 comments on commit 0c30c2e

Please sign in to comment.