diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-09-05 12:34:52 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-09-05 12:34:52 -0700 |
commit | 9eac50ea05ae48e77c1bb0ef7b42d9662094cbf8 (patch) | |
tree | 89266409a924093e90b456a4e1dcbcbbd655f7a0 /ext/sb/sandbox.html | |
parent | 4cb02c398fb6498a1956b4d13ab46782382a05da (diff) |
add sandbox stub1.3.5
Diffstat (limited to 'ext/sb/sandbox.html')
-rw-r--r-- | ext/sb/sandbox.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/sb/sandbox.html b/ext/sb/sandbox.html new file mode 100644 index 00000000..b9d33cf6 --- /dev/null +++ b/ext/sb/sandbox.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + </head> + <body> + <script src="/mixed/lib/handlebars.min.js"></script> + <script src="/sb/js/sandbox.js"></script> + </body> +</html> |