forked from KolibriOS/kolibrios
29 lines
483 B
Plaintext
29 lines
483 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>KolibriOS web server default page</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Welcome to KolibriOS server</h1>
|
||
|
<p>
|
||
|
If you can read this with an external html-browser then Kolibri
|
||
|
networking is correctly set up.
|
||
|
<br><br>This file: /rd/1/index.htm
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li><a href="/TinyStat">TinyStat</a></li>
|
||
|
<li><a href="/TinyBoard">TinyBoard</a></li>
|
||
|
</ul>
|
||
|
</body>
|
||
|
</html>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|