DEADSOFTWARE

server example improved (change logo and text)
[bbcp.git] / examples / server / web / index.html
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>
7 <body style="background: #EEEEBB; margin: 20px; font-family: Trebuchet MS; color: #330000">
8 <table width='100%'>
9 <tr><td width='140px' valign='top' align='center'><img src='logo.png' style='margin-top: 7px'></td>
10 <td valign='top' align='left'><h2>The server is based on <a href='http://blackboxframework.org'>BlackBox/Component Pascal</a></h2>
12 This server application runs on <a href='http://gitlab.molpit.org/blackbox/freenix'>Freenix version of BlackBox Component Builder</a>.
13 </td></tr>
14 </table>
15 </body>
16 </html>