-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
22 lines (22 loc) · 882 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<script src="./node_modules/blockly/blockly_compressed.js"></script>
<script src="./node_modules/blockly/blocks_compressed.js"></script>
<script src="https://unpkg.com/blockly/msg/en.js"></script>
<script src="./node_modules/blockly/javascript_compressed.js"></script>
<script src="node_modules/jquery/dist/jquery.js"></script>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<h1>Blockly Turtle with Unit Tests</h1>
<ul>
<li><a href="./examples/example1.html">Example 1 </a></li>
<li><a href="./examples/example2.html">Example 2 </a></li>
<li><a href="./examples/example3.html">Example 3 </a></li>
<li><a href="./examples/example4.html">Example 4 </a></li>
<li><a href="./examples/freeplay.html">Free Play </a></li>
</ul>
</body>
</html>