UNPKG
generator-indysoft-web-core
Version:
latest (0.0.17)
0.0.17
0.0.16
0.0.13
Yeoman generator for IndySoft WEB Core
tmssoftware.com
qadram/generator-indysoft-web-core
generator-indysoft-web-core
/
generators
/
app
/
templates
/
ext-miletus-app
/
Unit.html
10 lines
•
203 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
html
>
<
head
>
<
meta
http-equiv
=
"Content-type"
content
=
"text/html; charset=utf-8"
/>
<
title
>
IndySoft Web Project
</
title
>
<
style
>
</
style
>
</
head
>
<
body
>
</
body
>
</
html
>