mirror of
https://github.com/pkimpel/retro-b5500.git
synced 2026-05-02 14:31:08 +00:00
Minor tweaks to test website HTML as of 2013-06-23 (from WIP r325).
This commit is contained in:
@@ -20,7 +20,7 @@ BODY {
|
||||
H1 {
|
||||
margin-top: 18pt;
|
||||
margin-bottom: 6pt;
|
||||
vertical-align: bottom;
|
||||
vertical-align: middle;
|
||||
font-size: larger;
|
||||
font-weight: bold}
|
||||
|
||||
@@ -48,9 +48,12 @@ UL LI {
|
||||
font-family: Courier New, Courier, monospace;
|
||||
text-align: right}
|
||||
|
||||
IMG#retroButton {
|
||||
float: right}
|
||||
|
||||
DIV#footerDiv {
|
||||
position: static;
|
||||
bottom: 0;
|
||||
position: fixed;
|
||||
bottom: 1ex;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: xx-small}
|
||||
|
||||
13
index.html
13
index.html
@@ -9,15 +9,16 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>
|
||||
<img src="./webUI/retro-Logo.png" alt="retro logo"> Burroughs B5500 Emulator Test Site
|
||||
<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 Burroughs B5500 system that was in production from 1964 through 1970.
|
||||
<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>
|
||||
<h2>Main Links</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="./webUI/B5500Console.html">B5500 Console</a>
|
||||
|
||||
Reference in New Issue
Block a user