source: mainline/uspace/dist/data/web/index.htm@ 30d4706

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

Add HelenOS logo to testing web page.

  • Property mode set to 100644
File size: 476 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 <img src="helenos.png" alt="" style="float: left; margin: 6px;">
10 <p>
11 This web page is brought to you by courtesy of HelenOS web server
12 and TCP/IP stack.
13 </p>
14 <p>
15 Now <a href="foo.htm">go to page foo</a> or <a href="bar.htm">go
16 to bar</a>.
17 </p>
18 </body>
19</html>
Note: See TracBrowser for help on using the repository browser.