~vojtech-horky/helenos/helenos-qemu

« back to all changes in this revision

Viewing changes to uspace/overlay/data/web/index.html

  • Committer: Vojtech Horky
  • Date: 2017-02-13 14:01:54 UTC
  • Revision ID: vojtechhorky@users.sourceforge.net-20170213140154-3e3o6y0w1s1za6r9
uspace/overlay shall remain empty

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.html">go to page foo</a> or <a href="bar.html">go
16
 
            to bar</a>.
17
 
        </p>
18
 
    </body>
19
 
</html>