<!DOCTYPE html>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
/>
</
head
>
<
body
>
<
div
data-role
=
"page"
>
<
div
data-role
=
"header"
><
h1
>页头信息</
h1
></
div
>
<
div
data-role
=
"content"
>
<
p
>
<
a
href
=
"#"
data-inline
=
"true"
data-role
=
"button"
data-icon
=
"arrow-u"
>上</
a
>
<
a
href
=
"#"
data-inline
=
"true"
data-role
=
"button"
data-icon
=
"arrow-d"
>下</
a
>
<
a
href
=
"#"
data-inline
=
"true"
data-role
=
"button"
data-icon
=
"arrow-l"
>左</
a
>
<
a
href
=
"#"
data-inline
=
"true"
data-role
=
"button"
data-icon
=
"arrow-r"
>右</
a
>
</
p
>
<
p
>
<
a
href
=
"#"
data-inline
=
"true"
data-role
=
"button"
data-icon
=
"arrow-u"
data-iconpos
=
"top"
>上</
a
>
<
a
href
=
"#"
data-inline
=
"true"
data-role
=
"button"
data-icon
=
"arrow-d"
data-iconpos
=
"bottom"
>下</
a
>
<
a
href
=
"#"
data-inline
=
"true"
data-role
=
"button"
data-icon
=
"arrow-l"
data-iconpos
=
"left"
>左</
a
>
<
a
href
=
"#"
data-inline
=
"true"
data-role
=
"button"
data-icon
=
"arrow-r"
data-iconpos
=
"right"
>右</
a
>
</
p
>
<
p
>
<
a
href
=
"#"
data-inline
=
"true"
data-role
=
"button"
data-icon
=
"home"
data-iconpos
=
"notext"
>主页</
a
>
<
a
href
=
"#"
data-inline
=
"true"
data-role
=
"button"
data-icon
=
"search"
data-iconpos
=
"notext"
>搜索</
a
>
<
a
href
=
"#"
data-inline
=
"true"
data-role
=
"button"
data-icon
=
"info"
data-iconpos
=
"notext"
>消息</
a
>
</
p
>
</
div
>
<
div
data-role
=
"footer"
><
h4
>页脚注释</
h4
></
div
>
</
div
>
</
body
>
</
html
>