index.html 593 B

1234567891011121314151617
  1. <!DOCTYPE HTML>
  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='https://blackbox.obertone.ru/download'>BlackBox/Component Pascal</a></h2>
  10. This server application runs on <a href='https://github.com/bbcb/bbcp'>Cross-platform version of BlackBox Component Builder</a>.
  11. </td></tr>
  12. </table>
  13. </body>
  14. </html>