UNPKG
gulp-appx
Version:
latest (0.0.2)
0.0.2
0.0.1
Gulp build system for Windows 10 Apps
gulp-appx
/
src
/
htdocs
/
index.html
15 lines
(13 loc)
•
277 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
/>
<
Title
>
Hosted App Starter
</
title
>
<
link
rel
=
"stylesheet"
href
=
"app.css"
/>
</
head
>
<
body
>
<
h1
>
Title Goes Here!
</
h1
>
<
div
id
=
"content"
>
</
div
>
<
script
src
=
"main.js"
>
</
script
>
</
body
>
</
html
>