UNPKG
svg-create-element
Version:
latest (1.0.0)
1.0.0
create an svg element
github.com/substack/svg-create-element
substack/svg-create-element
svg-create-element
/
example
/
create
/
index.html
15 lines
(14 loc)
•
207 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype
html5
>
<
html
>
<
head
>
<
style
>
body
{
background-color
: purple;
margin
:
0
; }
</
style
>
</
head
>
<
body
>
<
script
src
=
"bundle.js"
>
</
script
>
</
body
>
</
html
>