mirror of
https://github.com/pkimpel/retro-220.git
synced 2026-01-11 23:52:46 +00:00
39 lines
1.5 KiB
HTML
39 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>retro-220 Mag Tape Control Unit</title>
|
|
<!--
|
|
/***********************************************************************
|
|
* retro-220/webUI B220MagTapeControl.html
|
|
************************************************************************
|
|
* Copyright (c) 2017, Paul Kimpel.
|
|
* Licensed under the MIT License, see
|
|
* http://www.opensource.org/licenses/mit-license.php
|
|
************************************************************************
|
|
* Burroughs 220 Magnetic Tape Control page.
|
|
************************************************************************
|
|
* 2017-07-09 P.Kimpel
|
|
* Original version, from retro-205 D205MagTapeControl.html.
|
|
***********************************************************************/
|
|
-->
|
|
<meta name="Author" content="Paul Kimpel">
|
|
<meta http-equiv="Content-Script-Type" content="text/javascript">
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
<link id=defaultStyleSheet rel=stylesheet type="text/css" href="B220Common.css">
|
|
<link id=consoleStyleSheet rel=stylesheet type="text/css" href="B220MagTapeControl.css">
|
|
</head>
|
|
|
|
<body id=mtControlBody class=panelBody>
|
|
<div id=PanelSurface class=panelSurface>
|
|
<div id=ClearBtn class=redButton1> </div>
|
|
<div id=ClearBtnCaption class=caption>CLEAR</div>
|
|
|
|
<div id=MiscRegPanel class=panelRegister></div>
|
|
|
|
<div id=CRegPanel class=panelRegister></div>
|
|
|
|
<div id=TRegPanel class=panelRegister></div>
|
|
</div>
|
|
</body>
|
|
</html> |