-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 867 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Blockly Example</title>
<script src="./static/blockly_compressed.js"></script>
<script src="./static/python_compressed.js"></script>
<script src="./static/blocks_compressed.js"></script>
<script src="./static/ko.js"></script>
<script src="./static/pythonblocks.js?ver=22a123asdasdfa13"></script>
<!-- <script src="./static/socket.io.min.js"></script> -->
</head>
<body>
<div>
<button id="codebt">code</button>
<button id="jsonbt">json</button>
<button id="loadbt">load</button>
</div>
<br>
<div id="blocklyDiv" style="width:86vw;height:40vh"></div>
<div>
<textarea id="res" style="width:86vw;height:40vh"></textarea>
</div>
<script src="./static/index.js?ver=1w22213asdfaasdfsadsda1"></script>
</body>
</html>