mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-06 04:19:41 +00:00
10 lines
224 B
HTML
10 lines
224 B
HTML
<html>
|
|
<head>
|
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
|
|
</head>
|
|
<body>
|
|
<canvas id="target" width="1024" height="768"></canvas>
|
|
<script src='./index.js'></script>
|
|
</body>
|
|
</html>
|