summaryrefslogtreecommitdiffstats
path: root/plugin/test.html
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2008-01-25 16:27:04 -0500
committerDaniel P. Berrange <berrange@redhat.com>2008-01-25 16:27:04 -0500
commit7438cdaf5109bf5523c2e33596d845f2035e3b3e (patch)
tree15cba0671eb938781b9dbac278190745ecd39769 /plugin/test.html
parenta26c5cea4e2bd17fd25cffc56151cf31297f71b3 (diff)
downloadvirt-viewer-7438cdaf5109bf5523c2e33596d845f2035e3b3e.tar.gz
virt-viewer-7438cdaf5109bf5523c2e33596d845f2035e3b3e.tar.xz
virt-viewer-7438cdaf5109bf5523c2e33596d845f2035e3b3e.zip
Added browser plugin (Richard Jones)
Diffstat (limited to 'plugin/test.html')
-rw-r--r--plugin/test.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugin/test.html b/plugin/test.html
new file mode 100644
index 0000000..7c7c68d
--- /dev/null
+++ b/plugin/test.html
@@ -0,0 +1,19 @@
+<html>
+<body>
+
+ <h1>Virt Viewer plugin test</h1>
+
+ <p>You will need to edit the source to
+ set <code>uri</code>, <code>name</code> etc.</p>
+
+ <embed type="application/x-virt-viewer"
+ width="800"
+ height="600"
+ uri="qemu:///system"
+ name="1">
+ </embed>
+
+ <p>End of page</p>
+
+</body>
+</html>