File size: 341 Bytes
e52533e
 
287e789
 
 
 
 
 
 
99e163d
287e789
e52533e
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width" />
    <title>VisualBlocks Template</title>
  </head>
  <body style="margin: 0">
    <div id="visualblocksContainer" style="display:flex; height: 100vh" />
    <script src="index.js" type="module"></script>
  </body>
</html>