-
Notifications
You must be signed in to change notification settings - Fork 0
/
sources.html
41 lines (36 loc) · 1.29 KB
/
sources.html
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
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="styles.css">
<head>
<title>
Sources
</title>
</head>
<h1>
Sources
</h1>
<div class = "box">
<body>
<br>
<a href="http://www.house.gov/representatives/">http://www.house.gov/representatives/</a>
<br>
<a href="https://www.census.gov/geo/maps-data/data/relationship.html">https://www.census.gov/geo/maps-data/data/relationship.html</a>
<br>
<a href="http://everypolitician.org/united-states-of-america/senate/term-table/115.html#facet=identifiers">http://everypolitician.org/united-states-of-america/senate/term-table/115.html#facet=identifiers</a>
<br>
<a href="https://docs.google.com/spreadsheets/u/1/d/1hSGjyWJZIQJpGz4V2ftX_qioCgBtL59oJkkhx146nFE/htmlview?sle=true#">https://docs.google.com/spreadsheets/u/1/d/1hSGjyWJZIQJpGz4V2ftX_qioCgBtL59oJkkhx146nFE/htmlview?sle=true#</a>
<br>
<a href="https://www.senate.gov/general/committee_assignments/assignments.htm">https://www.senate.gov/general/committee_assignments/assignments.htm</a>
<br>
<a href="http://www.zipcodestogo.com">http://www.zipcodestogo.com</a>
<br>
<a href="https://www.unitedstateszipcodes.org">https://www.unitedstateszipcodes.org</a>
<br>
<br/>
<form action="/index.html" method = "get">
<input type="submit" value="Main Page" onClick="return empty()" >
</form>
<br/>
</body>
</div>
</html>