concept-collection / shtns-webgpu
shtns-webgpu / test.html
12 lines · 291 BCodeBlameHistory
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>shtns-webgpu validation</title>
6 </head>
7 <body>
8 <h1>shtns-webgpu validation suite</h1>
9 <pre id="log">starting…</pre>
10 <script type="module" src="/test/test-page.ts"></script>
11 </body>
12</html>