virt-viewer/plugin/test.html
2008-01-25 16:27:04 -05:00

20 lines
308 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"
name="1">
</embed>
<p>End of page</p>
</body>
</html>