qt5base-lts/examples/xml/htmlinfo/simpleexample.html
Sergio Ahumada f262815f2e Fix some more old references and links to Nokia
Task-number: QTBUG-28156
Change-Id: I9ba0d6f1e92103219bec1e61e716b6b2f269a8ad
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2013-01-28 14:27:57 +01:00

12 lines
391 B
HTML

<?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://blog.qt.digia.com/">developer blogs</a></p>
<p>And the last paragraph. Or our <a href="http://qt-project.org/doc/">online documentation</a>.</p>
</body>
</html>