alert.html   [plain text]


<!doctype html>
<html>
<head>
<script>alert("Hello Qt");</script>
</head>
<body>
</body>
</html>