-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 1.37 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<title>
</title>
<link rel="stylesheet" href="jquery.mobile-1.2.0.min.css" />
<link rel="stylesheet" href="css/my.css" />
<script src="jquery.js">
</script>
<script src="jquery.mobile-1.2.0.min.js">
</script>
<script src="js/my.js">
</script>
</head>
<body>
<!-- Home -->
<div data-role="page" id="page1">
<div data-role="content">
<div style=" text-align:center">
<img style="width: 288px; height: 100px" src="images/logo.png" />
</div>
<div style=" text-align:center;margin:9% 0;">
<img src="images/120.png" alt="image" style="width: 288px; height: 180px;" />
</div>
<a href="numbers.html" data-ajax="false">
<div style=" text-align:center">
<img style="width: 250px; height: 70px" src="images/button.png" />
</div>
</a>
</div>
</div>
</body>
</html>