source: mainline/uspace/dist/data/web/index.htm@ 4a4cc150

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 4a4cc150 was 4a4cc150, checked in by Jiri Svoboda <jiri@…>, 14 years ago

Improve web server to serve actual files from /data/web.

  • Property mode set to 100644
File size: 403 bytes
Line 
1<html>
2 <head>
3 <title>
4 Hello from HelenOS!
5 </title>
6 </head>
7 <body>
8 <h1>Hello from HelenOS!</h1>
9 <p>
10 This web page is brought to you by courtesy of HelenOS web server
11 and TCP/IP stack.
12 </p>
13 <p>
14 Now <a href="foo.htm">go to page foo</a> or <a href="bar.htm">go
15 to bar</a>.
16 </p>
17 </body>
18</html>
Note: See TracBrowser for help on using the repository browser.