--- /dev/null
+<!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">
+
+<br><a href='/'>На главную</a><br><br>
+
+POST form:<br>
+<form action='/forms.html' method='post' enctype='multipart/form-data' name='post_form'><input type='text' name='test_post'><br><input type='file' name='file'><input type='submit' value='post'></form><br>
+
+GET form:<br>
+<form action='/forms.html' method='get' name='post_form'><input type='text' name='test_get'><input type='submit' value='get'></form>
+
+</body>
+</html>
--- /dev/null
+<!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'><img src='logo.png'></td>
+<td align='left'><h2>Cервер на <a href='http://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BC%D0%BF%D0%BE%D0%BD%D0%B5%D0%BD%D1%82%D0%BD%D1%8B%D0%B9_%D0%9F%D0%B0%D1%81%D0%BA%D0%B0%D0%BB%D1%8C'>Компонентном паскале</a></h2></td></tr>
+</table>
+
+Приложение работает в настоящий момент на ubuntu-11.04-x86_64; не использует Apache, CGI и т.п.; работает напрямую с TCP; выполняется в одном потоке ОС; использует динамическое связывание обработчика запроса.<br><br>
+
+Сервер основан на Linux версии BlackBox Component Builder 1.6rc6.<br><br>
+
+<br><a href='forms.html'>Формы для проверки работы запросов</a><br><br>
+
+<h3>Контакты</h3>
+Иван Денисов, d.ivan.krsk@gmail.com
+</body>
+</html>
+