UNPKG
h5-cli
Version:
latest (1.12.0)
1.12.0
hello
h5-cli
/
build
/
pages
/
my.html
11 lines
•
183 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
title
>
我的
</
title
>
</
head
>
<
body
>
<
script
>
window
.
location
.
href
=
'../my.html'
+
window
.
location
.
search
</
script
>
</
body
>
</
html
>