We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbafc0 commit d85d77eCopy full SHA for d85d77e
index.html
@@ -1,5 +1,5 @@
1
<!DOCTYPE html>
2
-<html lang="en">
+<html lang="en" manifest="turtle.appcache">
3
<head>
4
<meta charset="utf-8" />
5
<title>LASER TURTLE -- Turtle Graphics to SVG</title>
turtle.appcache
@@ -0,0 +1,18 @@
+CACHE MANIFEST
+
+index.html
+turtle-svg-worker.js
+turtle-mirobot.js
6
+turtle-svg.js
7
+turtle-parse.js
8
9
+js/mirobot.js
10
+js/rawdeflate.js
11
+js/rawinflate.js
12
13
+/js/ace/ace.js
14
+/js/ace/mode-javascript.js
15
+/js/ace/worker-coffee.js
16
+/js/ace/mode-coffee.js
17
+/js/ace/theme-monokai.js
18
+/js/ace/worker-javascript.js
0 commit comments