index.html 665 B

1234567891011121314151617
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <title>Oberon web server</title>
  5. </head>
  6. <body style="background: #EEEEBB; margin: 20px; font-family: Trebuchet MS; color: #330000">
  7. <table width='100%'>
  8. <tr><td width='140px' valign='top' align='center'><img src='logo.png' style='margin-top: 7px'></td>
  9. <td valign='top' align='left'><h2>The server is based on <a href='http://blackboxframework.org'>BlackBox/Component Pascal</a></h2>
  10. This server application runs on <a href='http://gitlab.molpit.org/blackbox/freenix'>Freenix version of BlackBox Component Builder</a>.
  11. </td></tr>
  12. </table>
  13. </body>
  14. </html>