UNPKG
@mattburlage/react-file-viewer
Version:
latest (1.1.1)
1.1.1
Extendable file viewer for web
github.com/plangrid/react-file-viewer
plangrid/react-file-viewer
@mattburlage/react-file-viewer
/
index.html
13 lines
(11 loc)
•
245 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- Copyright (c) 2017 PlanGrid, Inc. -->
<!DOCTYPE
html
>
<
html
style
=
"height: 100%"
>
<
head
>
<
title
>
File Viewer
</
title
>
<
meta
charset
=
"utf-8"
>
</
head
>
<
body
style
=
"height: 100%"
>
<
div
id
=
"app"
style
=
"height: 100%"
>
</
div
>
</
body
>
</
html
>