aboutsummaryrefslogtreecommitdiff
path: root/web/smootlight.html
blob: b52a7e2002241efdfec8e1d368e0da6e6dd5f60c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<head>
<title>SmootLight</title>
<script type='text/javascript' src='js/smootCanvas.js'></script>
</head>

<body>
  <canvas id='canvas' style='margin: 50px 25px;' width='800px' height='500px'></canvas>
  <div id='connection'></div>
  <div id='framerate'></div>
</body>
</html>