-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathabout.html
42 lines (30 loc) · 1.2 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META content="text/html;charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="css/jquery.mobile.icons-1.4.2.min.css">
<link rel="stylesheet" href="css/jquery.mobile.structure-1.4.2.min.css">
<script type="text/javascript" src="js/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="js/jquery.mobile-1.4.2.min.js"></script>
</head>
<body>
<div data-role="page" >
<div data-role="header" data-position="fixed" data-tap-toggle="false" >
<h1>关于掌上通</h1>
</div>
<!--/header-->
<div data-role="content" data-position="fixed" data-tap-toggle="false">
<div id="article">
<p>        点亮我生命的火火火火火火火火火火火火火火火火火火火火火火火火火火火火火火</p>
</div>
<!--/article-->
<img src="images/about.png"></img>
<p style="text-align:center;">QQ1335465456</p>
<p style="text-align:center;">网址<a href="#">www.dogs.com</a></p>
</div>
<!--/content-->
</div>
</body>
</html>