virt-viewer/plugin/test.html
2009-07-28 21:51:20 +01:00

23 lines
401 B
HTML

<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>