diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-03-31 23:47:11 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-03-31 23:47:13 -0700 |
commit | 2aebb38e5802eefd2649e6778d3a8ce6c7eb0615 (patch) | |
tree | a603615c677653892b005de957fbf595f6ddf7ee /assets/static/jsrepl/sandbox.html | |
parent | 93a0f52b856f987f22a1bec25dd81bb83b74fe39 (diff) | |
download | gitbook-2aebb38e5802eefd2649e6778d3a8ce6c7eb0615.zip gitbook-2aebb38e5802eefd2649e6778d3a8ce6c7eb0615.tar.gz gitbook-2aebb38e5802eefd2649e6778d3a8ce6c7eb0615.tar.bz2 |
Add jsrepl to static assets
Diffstat (limited to 'assets/static/jsrepl/sandbox.html')
-rw-r--r-- | assets/static/jsrepl/sandbox.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/static/jsrepl/sandbox.html b/assets/static/jsrepl/sandbox.html new file mode 100644 index 0000000..b04282e --- /dev/null +++ b/assets/static/jsrepl/sandbox.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <title>jsREPL Sandbox</title> + </head> + <body> + <script src="sandbox.js"></script> + </body> +</html> |