-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmillfire.html
More file actions
42 lines (37 loc) · 1.17 KB
/
millfire.html
File metadata and controls
42 lines (37 loc) · 1.17 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
42
<!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>
<center>
<table border="3px">
<tr>
<td align=center>
<img src="sawmill.jpg" border="0" height="230" width="300">
<br>
</td>
</tr>
<tr>
<td align=center>
<h3>Fire Razes Big Sawmill At McCall <br>Newspaper Plant And Houses Are Also Destroyed</h3>
Idaho Statesman July 17, 1940
</td>
</tr>
<tr>
<td>
<p>
Fire destroyed the sawmill of the Brown Tie and Lumber Company and several other buildlings here Tuesday evening
with a loss estimated between $50,000 and $75,000.<br><br>
For a time it was feared gusty winds would sweep the flames through most of the town. Only heroic work by volunteer firemen, residents, Forest Service and CCC crews saved a number of structures nearby.
<br><br>Carl Brown, state senator and Idaho Democratic national committeeman, owner of the sawmill, is in Chicago attending the national Democratic convention.
</p>
</td>
</tr>
</table>
</center>
</body>
</html>