UNPKG
model-navigator-standalone
Version:
latest (0.2.0)
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.17
0.0.16
0.0.11
0.0.10
0.0.8
0.0.7
Standalone MDF graph model visualizer
model-navigator-standalone
/
index.html
13 lines
(12 loc)
•
305 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
/>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
/>
<
title
>
Model Navigator
</
title
>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
<
script
type
=
"module"
src
=
"/src/example.jsx"
>
</
script
>
</
body
>
</
html
>