-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 699 Bytes
/
index.html
File metadata and controls
29 lines (28 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<title>election simulation model</title>
<link rel="stylesheet" type="text/css" href="/styles.css">
</head>
<body>
<header>
<h1>2022 Midterm Elections Model</h1>
</header>
<section class="model">
<a href="/house/">
<fieldset class="link">
<legend>House of Representatives</legend>
<h2><redu>Republicans win</redu> <b>66</b> in <b>100</b></h2>
<h3>Median outcome: 224R—211D</h3>
</fieldset>
</a>
<a href="/senate/">
<fieldset class="link">
<legend>Senate</legend>
<h2><blueu>Democrats win</blueu> <b>54</b> in <b>100</b></h2>
<h3>Median outcome: 50D—50R</h3>
</fieldset>
</a>
</section>
</body>
</html>