UNPKG
@galaxyproject/vizarr
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
A visualization for Zarr-based images based on Vizarr.
@galaxyproject/vizarr
/
static
/
index.html
12 lines
(11 loc)
•
274 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
/>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
/>
<
script
type
=
"module"
crossorigin
src
=
"/index.js"
>
</
script
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
</
body
>
</
html
>