Sign in
concept-collection
/
shtns-webgpu
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
main
Branches
main
shtns-webgpu
/
test.html
12 lines · 291 B
Copy
Copied
Blame
History
Raw
1
<!doctype
html
>
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
>