-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalbertsons.html
More file actions
48 lines (32 loc) · 1.19 KB
/
albertsons.html
File metadata and controls
48 lines (32 loc) · 1.19 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
<!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>Albertsons </h2>
</div>
<div class="card">
<center><a href=""></a></center>
<div class="card-image image6"><br>
</div>
</center><br>
The <b>NCR 390</b> Data Processing System, introduced in 1960, was a second-generation computer.
It accepted four types of input: magnetic ledger cards, punched cards, punched tape, and
keyboard entry, with a tape read speed of 400 characters a second. The equipment required no
air conditioning and it ran on a standard electronic supply.
<br><br>
The computer was located on the second floor of their office on 16th and State.
<p> </p>
</div>
<div class="footer">
<button type="button" onClick="window.location='albTour.html'">Tour</button>
<button type="button" onClick="window.location='albTour2.html'">DP Week</button>
</div>
</div>
</body>
</html>