-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcascade.html
More file actions
49 lines (35 loc) · 1.37 KB
/
cascade.html
File metadata and controls
49 lines (35 loc) · 1.37 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
43
44
45
46
47
48
49
<!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>
<h2>Boise Cascade </h2>
</div>
<div class="card">
<div class="card-image image2"><br>
</div>
</center>
<br>
The <b>IBM 1401</b> Data Processing System introduced in 1959 was a
stored-program transistor-logic computer, it was IBM's first affordable general-purpose computer.
The 1401 was host to one of the earliest high-level business-oriented programming languages, RPG (Report Program Generator)
, which increased its usability and popularity.
The first
applications for this computer at Boise Cascade were Payroll and Accounting.
The computer was installed on the ground floor of the Sun Building at 10th and Main Streets.
<p> </p>
</p>
</div>
<div class="footer">
<button type="button" onClick="window.location='science.html'">Research</button>
<button type="button" onClick="window.location='ramac.html'">Ramac</button>
<button type="button" onClick="window.location='exodus.html'">Exodus</button>
</div>
</div>
</body>
</html>