diff options
Diffstat (limited to 'query-executor-wrapper.html')
| -rw-r--r-- | query-executor-wrapper.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/query-executor-wrapper.html b/query-executor-wrapper.html new file mode 100644 index 0000000..68c0356 --- /dev/null +++ b/query-executor-wrapper.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html> + <head> + <script>require("./query-executor.js");</script> + </head> + <body/> +</html>
\ No newline at end of file |