d85d08398d
FossilOrigin-Name: ef689e33e464829f5cbe4ca24a53d9dba59abe74d3d80a37a91b93a4eccccf2d
23 lines
669 B
HTML
23 lines
669 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 tester #1 (UI thread)</title>
|
|
<style>
|
|
body {
|
|
font-family: monospace;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>sqlite3 WASM/JS tester #1 (UI thread)</h1>
|
|
<div id='test-output'></div>
|
|
<script src="sqlite3.js"></script>
|
|
<script src="tester1.js"></script>
|
|
</body>
|
|
</html>
|