1
0
mirror of https://github.com/pkimpel/retro-b5500.git synced 2026-05-03 06:39:44 +00:00
Files
pkimpel.retro-b5500/index.html

45 lines
1.8 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="index.css">
</head>
<body>
<img id=retroButton src="./webUI/retro-Button-Logo.png" alt="retro yellow button logo">
<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 emulator for the legendary Burroughs B5500 system of the 1960s.
<h2>Main Links</h2>
<ul>
<li><a href="./webUI/B5500Console.html">B5500 Console</a>
<br>Opens the B5500 operations console to run the emulator
<li><a href="./SoftwareRequest.html">B5500 Mark-XIII System Software</a>
<br>Provides access to tape images of B5500 system software for the Mark-XIII (1971) software release.
<li><a href="./HelpMenu.html">Help</a>
<br>Opens a menu for 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 project on Google Code.
<li><a href="http://retro-b5500.blogspot.com/">Project Blog</a>
<br>Opens a menu for information resources to assist you in setting up and operating the emulator.
</ul>
<div id=footerDiv>
Copyright (c) 2013, Nigel Williams and Paul Kimpel &bull; Licensed under the MIT License
</div>
</body>
</html>