diff options
Diffstat (limited to 'ext/wasm/scratchpad-opfs-worker.html')
-rw-r--r-- | ext/wasm/scratchpad-opfs-worker.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ext/wasm/scratchpad-opfs-worker.html b/ext/wasm/scratchpad-opfs-worker.html new file mode 100644 index 000000000..0ab7822d8 --- /dev/null +++ b/ext/wasm/scratchpad-opfs-worker.html @@ -0,0 +1,18 @@ +<!doctype html> +<html lang="en-us"> + <head> + <meta charset="utf-8"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> + <link rel="stylesheet" href="common/emscripten.css"/> + <link rel="stylesheet" href="common/testing.css"/> + <title>sqlite3 OPFS Worker-thread Scratchpad</title> + </head> + <body> + <header id='titlebar'><span>sqlite3 OPFS Worker-thread Scratchpad</span></header> + <p>All stuff on this page happens in the dev console.</p> + <hr> + <div id='test-output'></div> + <script src="scratchpad-opfs-worker.js"></script> + </body> +</html> |