summaryrefslogtreecommitdiffstats
path: root/plugin/test.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/test.html')
-rw-r--r--plugin/test.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/plugin/test.html b/plugin/test.html
deleted file mode 100644
index 735ca2b..0000000
--- a/plugin/test.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<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?socket=/var/run/libvirt/libvirt-sock-ro"
- debug="1"
- wait="1"
- reconnect="1"
- name="VirtTest1">
- </embed>
-
- <p>End of page</p>
-
-</body>
-</html>