sqlite/ext/wasm/scratchpad-opfs-worker.html
2022-09-15 03:16:49 +00:00

19 lines
673 B
HTML

<!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>