UNPKG
@jswf/core
Version:
latest (0.1.10)
0.1.10
0.1.9
JavaScript Window Framework
croud.jp
JavaScript-WindowFramework/core
@jswf/core
/
template
/
dist
/
public
/
index.html
13 lines
(10 loc)
•
249 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"UTF-8"
/>
<
meta
name
=
"viewport"
content
=
"width=device-width,minimum-scale=1,initial-scale=1"
/>
<
script
type
=
"text/javascript"
src
=
"js/bundle.js"
>
</
script
>
</
head
>
<
body
>
</
body
>
</
html
>