mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-06 20:39:39 +00:00
12 lines
308 B
HTML
12 lines
308 B
HTML
<html>
|
|
<head>
|
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
|
|
</head>
|
|
<body>
|
|
<button id="play-pause"></button>
|
|
<pre id="fps">Frames per Second:</pre>
|
|
<canvas id="target" width="400" height="400"></canvas>
|
|
<script src='./bootstrap.js'></script>
|
|
</body>
|
|
</html>
|