summaryrefslogtreecommitdiffstats
path: root/plugin/test.html
blob: 735ca2bd39241b58e39aa8ad84e586467890bd4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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>