1234567891011121314151617 |
- <!DOCTYPE HTML>
- <html>
- <head>
- <title>Oberon web server</title>
- </head>
- <body style="background: #EEEEBB; margin: 20px; font-family: Trebuchet MS; color: #330000">
- <table width='100%'>
- <tr><td width='140px' valign='top' align='center'><img src='logo.png' style='margin-top: 7px'></td>
- <td valign='top' align='left'><h2>The server is based on <a href='https://blackbox.obertone.ru/download'>BlackBox/Component Pascal</a></h2>
- This server application runs on <a href='https://github.com/bbcb/bbcp'>Cross-platform version of BlackBox Component Builder</a>.
- </td></tr>
- </table>
- </body>
- </html>
|