UNPKG
pip-webui
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
HTML5 UI for LOB applications
pip-webui
/
pip-webui-sample
/
step1
/
src
/
index.html
12 lines
•
255 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Pip.WebUI Getting Started
</
title
>
<
link
rel
=
"stylesheet"
href
=
"styles.css"
/>
<
script
src
=
"index.js"
>
</
script
>
</
head
>
<
body
>
Nothing here yet!
</
body
>
</
html
>