mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-20 14:03:40 +03:00
20 lines
308 B
HTML
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>
|