UNPKG
generator-bingo-dig-h5
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.0.1
Bingo-dig-h5 generator by BINGO.DIG
generator-bingo-dig-h5
/
app
/
templates
/
src
/
www
/
index.html
14 lines
•
244 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Hello, React
</
title
>
<!-- inject:css -->
<!-- endinject -->
</
head
>
<
body
>
<
div
id
=
"content"
>
</
div
>
<!-- inject:js -->
<!-- endinject -->
</
body
>
</
html
>