UNPKG
cnpoems
Version:
latest (1.0.1)
1.0.1
1.0.0
中国 唐诗宋词(诗歌,论语,诗经等) (Chinese poems util)
github.com/VineWeb/cnpoems
VineWeb/cnpoems
cnpoems
/
index.html
11 lines
•
257 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
>
<
title
>
Poems
</
title
>
</
head
>
<
body
>
<
script
type
=
"module"
src
=
"/dist/bundle.js"
>
</
script
>
</
body
>
</
html
>