-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroute.html
More file actions
41 lines (36 loc) · 1.06 KB
/
route.html
File metadata and controls
41 lines (36 loc) · 1.06 KB
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>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="mobileNewsNewCss4.css" />
</head>
<body>
<center>
<table border="3px">
<tr>
<td align=center>
<img src="road.JPG" border="0" height="230" width="300"><br>
</td>
</tr>
<tr>
<td align=center>
<h3>Route Selected</h3>Idaho Statesman July 21, 1911
</td>
</tr>
<tr>
<td>
<p>
Petitions for different routes were submitted, and other routes were considered for which
no petitions were submitted. The route decided upon, starting at Boise, runs to Spring Valley,
thence to Horseshoe Bend, crossing the Payette river at that point, and continues up the
west side of the river to Smith's Ferry; there it crosses the river again and continues
up through Round valley and Long valley, through Thunder, Crawford, VanWyck, Roseberry, and
ends at McCall, at the foot of Payette lake.
</p>
</td>
</tr>
</table>
</center>
</body>
</html>