1ac51eb77Sstephan<!doctype html> 2ac51eb77Sstephan<html lang="en-us"> 3ac51eb77Sstephan <head> 4ac51eb77Sstephan <meta charset="utf-8"> 5ac51eb77Sstephan <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6ac51eb77Sstephan <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> 7ac51eb77Sstephan <title>Hello, sqlite3</title> 8ac51eb77Sstephan <style> 9ac51eb77Sstephan .warning, .error {color: red} 10ac51eb77Sstephan .error {background-color: yellow} 11ac51eb77Sstephan body { 12ac51eb77Sstephan display: flex; 13ac51eb77Sstephan flex-direction: column; 14ac51eb77Sstephan font-family: monospace; 15ac51eb77Sstephan white-space: break-spaces; 16ac51eb77Sstephan } 17ac51eb77Sstephan </style> 18ac51eb77Sstephan </head> 19ac51eb77Sstephan <body> 20181f7e86Sstephan <h1>1-2-sqlite3 demo</h1> 21*cd0df83cSstephan <script src="jswasm/sqlite3.js"></script> 22ac51eb77Sstephan <script src="demo-123.js"></script> 23ac51eb77Sstephan </body> 24ac51eb77Sstephan</html> 25