summaryrefslogtreecommitdiffstats
path: root/examples/WebKitPlugins.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/WebKitPlugins.html')
-rw-r--r--examples/WebKitPlugins.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/WebKitPlugins.html b/examples/WebKitPlugins.html
new file mode 100644
index 0000000..9146696
--- /dev/null
+++ b/examples/WebKitPlugins.html
@@ -0,0 +1,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>