UNPKG
bio-pv
Version:
latest (1.8.1)
1.8.1
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0-dev1
WebGL protein viewer
github.com/biasmv/pv
biasmv/pv
bio-pv
/
snippets
/
simple.html
14 lines
(12 loc)
•
162 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<
div
id
=
hereGoesTheViewer
>
</
div
>
<
style
>
#hereGoesTheViewer
{
position
:fixed;
left
:
0px
;
top
:
0px
;
bottom
:
0px
;
right
:
0px
;
overflow
:hidden; }
</
style
>