examples/xml/htmlinfo/simpleexample.html
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <html>
       
     3     <head>
       
     4         <title>Qt is cute! Frans is too!</title>
       
     5     </head>
       
     6     <body>
       
     7         <p>A paragraph.</p>
       
     8         <p>A second paragraph. Check out our <a href="http://labs.qt.nokia.com/">developer blogs</a></p>
       
     9         <p>And the last paragraph. Or our <a href="http://qt.nokia.com/doc/">online documentation</a>.</p>
       
    10     </body>
       
    11 </html>