-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathindex.html
21 lines (21 loc) · 956 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Robotopia</title>
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body>
<main id="root"></main>
<script src="node_modules/blockly/blockly_compressed.js"></script>
<script src="node_modules/blockly/blocks_compressed.js"></script>
<script src="node_modules/blockly/msg/js/en.js"></script>
<script src="node_modules/blockly/javascript_compressed.js"></script>
<script src="bundle.js"></script>
<pattern id="blocklyGridPattern" patternUnits="userSpaceOnUse" width="45" height="45" x="619.9999999999998" y="490.49999999999943">
<rect height="20" width="20" fill="green"></rect>
<line stroke="rgba(189, 195, 199, 0.30)" stroke-width="1" x1="19" y1="22.5" x2="26" y2="22.5"></line>
<line stroke="rgba(189, 195, 199, 0.30)" stroke-width="1" x1="22.5" y1="19" x2="22.5" y2="26"></line>
</pattern>
</body>
</html>