Files
knet/views/draw.html
JurajKubrican cac9548058 cache buster
2025-03-04 22:01:23 +01:00

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>