summaryrefslogtreecommitdiffstats
path: root/examples/WebKitPlugins.html
blob: 91466968d8510ba7c0c22337062f1592d31c69f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<body>
<center>
<h1>My Nifty Plugin</h1>

<object type="application/x-qtform" width="400" height="400">
    <param name="form" value="http://chaos.troll.no/~khansen/calculator.ui"/>
    <param name="script" value="http://chaos.troll.no/~khansen/calculator.js"/>
</object>

</center>
</body>
</html>