soiz1 commited on
Commit
34a87d0
·
verified ·
1 Parent(s): 0a9d376

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -0
index.html CHANGED
@@ -40,6 +40,7 @@ THE SOFTWARE.
40
 
41
  </head>
42
  <body>
 
43
  <canvas id="sqCanvas" style="width: 100%; height: 100%;"></canvas>
44
  <div id="sqSpinner" style="width: 100%; height: 100%;"><div></div></div>
45
  </body>
 
40
 
41
  </head>
42
  <body>
43
+ <input id="sqFullscreen" type="checkbox">full screen</label>
44
  <canvas id="sqCanvas" style="width: 100%; height: 100%;"></canvas>
45
  <div id="sqSpinner" style="width: 100%; height: 100%;"><div></div></div>
46
  </body>