diff options
Diffstat (limited to 'plugin/test.html')
| -rw-r--r-- | plugin/test.html | 19 |
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> |
