-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirstMeet.html
More file actions
33 lines (20 loc) · 863 Bytes
/
firstMeet.html
File metadata and controls
33 lines (20 loc) · 863 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
30
31
32
33
<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=no; width=device-width" />
<link rel="stylesheet" href="styles3.css" type="text/css" />
</head>
<body>
<div class="content">
<div class="card">
<center>
<b>Accountants Group Studies Boise Unit</b><br>Idaho Statesman November 15, 1960
</center><br>
A Boise chapter of the National Machine Accountants association will be organized at a meeting Wednesday at
1110 Jefferson street, Dick Ledyard chairman of the organizing board for the chapter, said Monday.<br><br>
By-laws will be adopted and an application made for a charter at the meeting. Other members of the organizing
board are Don Ringland, Mitch Fica, LaMar Dixon, Fred Noyse and Kenneth Downend.
</div>
</div>
</body>
</html>