1
0
mirror of https://github.com/pkimpel/retro-b5500.git synced 2026-04-10 23:40:23 +00:00
Files
pkimpel.retro-b5500/webUI/B5500CardReader.html
paul.kimpel@digm.com 0071af88c8 Emulator version 0.06:
Implement B5500CardReader peripheral device.
2013-06-15 12:17:05 +00:00

26 lines
930 B
HTML

<!DOCTYPE html>
<head>
<title>B5500 Emulator Card Reader</title>
<meta name="Author" content="Nigel Williams & Paul Kimpel">
<!-- 2013-06-09 Original version, cloned from B5500SPOUnit.html -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<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="B5500CardReader.css">
</head>
<body>
<div id=CRDiv>
<button id=CRNotReadyLight class="redButton redLit">NOT READY</button>
<button id=CRStartBtn class="greenButton">START</button>
<button id=CREOFBtn class="redButton">EOF</button>
<button id=CRStopBtn class="redButton">STOP</button>
<input id=CRFileSelector type=file size=29>
<progress id=CRProgressBar min=0 max=100 value=0>
</div>
</body>
</html>