32 lines
627 B
HTML
32 lines
627 B
HTML
{{block "draw" .}}
|
|
<canvas
|
|
id="receiveCanvas"
|
|
width="500"
|
|
height="500"
|
|
style="
|
|
position: absolute;
|
|
background-color: transparent;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
"
|
|
></canvas>
|
|
<div
|
|
id="drawDiv"
|
|
style="
|
|
position: absolute;
|
|
background-color: transparent;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
"
|
|
></div>
|
|
<script src="js/ws.js?v={{.BuildNumber}}"></script>
|
|
<script src="/js/mitt/mitt.js?v={{.BuildNumber}}"></script>
|
|
<script src="/js/draw.js?v={{.BuildNumber}}"></script>
|
|
{{end}}
|
|
</div>
|
|
</div>
|