diff options
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> |