1234567891011121314151617 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <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='http://blackboxframework.org'>BlackBox/Component Pascal</a></h2>
- This server application runs on <a href='http://gitlab.molpit.org/blackbox/freenix'>Freenix version of BlackBox Component Builder</a>.
- </td></tr>
- </table>
- </body>
- </html>
|