UNPKG
@chrisheninger/saxi
Version:
latest (0.15.1)
0.15.1
Drive the AxiDraw pen plotter
github.com/nornagon/saxi
nornagon/saxi
@chrisheninger/saxi
/
dist
/
ui
/
index.html
11 lines
(10 loc)
•
269 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
saxi
</
title
>
<
link
href
=
"https://fonts.googleapis.com/css?family=Work+Sans:400,700,900"
rel
=
"stylesheet"
>
</
head
>
<
body
>
<
div
id
=
'app'
>
</
div
>
<
script
type
=
"text/javascript"
src
=
"main.js"
>
</
script
>
</
body
>
</
html
>