UNPKG
template-parcel-ts
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.0
my tremendous SAO template
github.com/foryuki/template-parcel-ts
foryuki/template-parcel-ts
template-parcel-ts
/
template
/
index.html
15 lines
(11 loc)
•
174 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
>
Rice
</
title
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
<
script
src
=
"src/index.tsx"
>
</
script
>
</
body
>
</
html
>