File: simpleexample.html

package info (click to toggle)
qt4-perl 4.8.4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,464 kB
  • sloc: perl: 42,937; cpp: 28,039; makefile: 153; xml: 98; sh: 4
file content (11 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<html>
    <head>
        <title>Qt is cute! Frans is too!</title>
    </head>
    <body>
        <p>A paragraph.</p>
        <p>A second paragraph. Check out our <a href="http://labs.qt.nokia.com/">developer blogs</a></p>
        <p>And the last paragraph. Or our <a href="http://qt.nokia.com/doc/">online documentation</a>.</p>
    </body>
</html>