mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-10 01:17:47 +03:00
23 lines
401 B
HTML
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>
|