- <html>
- <head>
- <meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
- </head>
- <body>
- <h1>Spiral Demo</h1>
- <input id="query_idx" type="text" />
- <input id="make_query" type="button" value=">" />
- <pre id="output"></pre>
- <script type="module" src="main.js"></script>
- </body>
- </html>
|