Skip to content

Commit d85d77e

Browse files
committed
appcache
1 parent cfbafc0 commit d85d77e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en" manifest="turtle.appcache">
33
<head>
44
<meta charset="utf-8" />
55
<title>LASER TURTLE -- Turtle Graphics to SVG</title>

turtle.appcache

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
CACHE MANIFEST
2+
3+
index.html
4+
turtle-svg-worker.js
5+
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

Comments
 (0)