1
0
mirror of https://github.com/pkimpel/retro-b5500.git synced 2026-02-12 03:07:30 +00:00
Files
pkimpel.retro-b5500/index.html

56 lines
2.1 KiB
HTML

<!DOCTYPE html>
<head>
<title>retro-B5500 Emulator Test Site</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Nigel Williams & 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="./webSite/website.css">
</head>
<body>
<a href="./index.html" title="Click to return to the Home Page">
<img id=retroButton src="./webUI/A-CONTROL.png" alt="retro A-CONTROL logo">
</a>
<h1><img src="./webUI/retro-B5500-Logo.png" alt="retro logo">
<hr>
Burroughs B5500 Emulator Test Site
</h1>
<p>This site hosts the current test version of the retro-B5500 emulator, a web-browser based implementation of the legendary Burroughs B5500.
<h2>Main Links</h2>
<ul>
<li><a href="./webUI/B5500Console.html">B5500 Console</a>
<br>The B5500 operations console that allows you to run the emulator.
<li><a href="./webSite/HelpMenu.html">Help</a>
<br>A menu of information resources to assist you in setting up and operating the emulator.
<li><a href="https://code.google.com/p/retro-b5500/">Open Source Project</a>
<br>Source code, downloads, and other developer resources for the retro-B5500 project at Google Code.
<li><a href="http://retro-b5500.blogspot.com/">Project Blog</a>
<br>The retro-B5500 project blog.
<li><a href="./webSite/UtilityMenu.html/">Emulator Utilities</a>
<br>A set of utilities that run in your web browser for setting up and inspecting the emulator environment.
<li><a href="./webSite/SoftwareRequest.html">B5500 System Software</a>
<br>Tape images of B5500 system software for the Mark XIII (1971) software release. You must download at least the SYSTEM tape image in order to set up the emulator in your browser.
</ul>
<p>&nbsp;
<div id=footerDiv>
Copyright (c) 2013, Nigel Williams and Paul Kimpel &bull; Licensed under the MIT License
</div>
<div id=lastModDiv>Revised
2013-07-06
</div>
</body>
</html>