UNPKG
generator-vrjs
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
0.0.0
Generator for vrjs projects
generator-vrjs
/
generators
/
app
/
templates
/
index.html
12 lines
(10 loc)
•
229 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
<%= title %>
</
title
>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"style.css"
>
</
head
>
<
body
>
<
script
type
=
"text/javascript"
src
=
"app.js"
>
</
script
>
</
body
>
</
html
>