UNPKG
pitcher-window
Version:
latest (1.0.0)
1.0.0
Pitcher parent frame module
github.com/djmsutherland/pitcher
djmsutherland/pitcher
pitcher-window
/
build
/
slide2
/
index.html
19 lines
(18 loc)
•
288 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
style
>
body
{
display
: flex;
margin
:
0
;
width
:
100vw
;
height
:
100vh
;
background-color
: white; }
</
style
>
</
head
>
<
body
class
=
"ovx-h"
>
Slide 2
</
body
>
</
html
>