1
0
mirror of https://github.com/pkimpel/retro-b5500.git synced 2026-04-19 10:09:42 +00:00

Further development of website scripts for Mark-XIII tape image download facility as of 2013-07-07 (from WIP r339).

This commit is contained in:
paul.kimpel@digm.com
2014-08-09 19:02:45 +00:00
parent 299ecd5c89
commit 4e03d13a0d
10 changed files with 3357 additions and 11 deletions

48
webSite/HelpMenu.html Normal file
View File

@@ -0,0 +1,48 @@
<!DOCTYPE html>
<head>
<title>retro-B5500 Emulator Help Menu</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.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 Help Menu
</h1>
<p>Under Construction...
<h2>Main Links</h2>
<ul>
<li><a href="../webUI/B5500Console.html">XXX</a>
<br>...
<li><a href="./HelpMenu.html">XXX</a>
<br>...
<li><a href="https://code.google.com/p/retro-b5500/">XXX</a>
<br>...
</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>