-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjaTert.html
More file actions
39 lines (24 loc) · 1.05 KB
/
jaTert.html
File metadata and controls
39 lines (24 loc) · 1.05 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
<!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>J. A. Terteling </h2>
</div>
<div class="card">
<div class="card-image image10"><br>
</div>
</center><br>
The <b>UNIVAC 1005</b>, an enhanced version of the UNIVAC 1004, was introduced in February 1966. The main improvement over the 1004 was conversion from the plug-board program to an internal stored program. The machine saw extensive use by the US Army, including the first use of an electronic computer on the battlefield. Additional peripherals were also available including a paper tape reader and a three pocket stacker selectable card read/punch.
</div>
<div class="footer">
<button type="button" onClick="window.location='tertDonation.html'">Donation</button>
</div>
</div>
</body>
</html>