-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmywap.php
41 lines (39 loc) · 1.65 KB
/
mywap.php
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
<?php
include_once("myhead.php");
?>
<link media="all" href="../xmIndex/css/active.css" type="text/css" rel="stylesheet">
<div class="mobile" style="height: 348px;">
<div class="g_w1">
<img src="/newdsn/images/cash/mobile1.jpg" ondragstart="return false;" width="1000" height="348" usemap="#Map" />
<map name="Map">
<area shape="rect" coords="69,164,368,207" href="javascript:;">
</map>
</div>
</div>
<div class="mobile" style="background-color: #2161b3; height: 359px;">
<div class="g_w1">
<img src="/newdsn/images/cash/mobile2.jpg" ondragstart="return false;" width="1000" height="359" alt="" />
</div>
</div>
<div class="mobile" style="height: 337px;">
<div class="g_w1">
<img src="/newdsn/images/cash/mobile3.jpg" ondragstart="return false;" width="1000" height="337" alt="" />
</div>
</div>
<div class="mobile" style="height: 358px;">
<div class="g_w1">
<img src="/newdsn/images/cash/mobile4.jpg" ondragstart="return false;" width="1000" height="358" usemap="#Map2" />
<map name="Map2">
<area shape="rect" coords="431,227,732,272" href="javascript:;">
</map>
</div>
</div>
<div class="footerindex2">Copyright © <?=$web_site['web_name']?> All Rights Reserved.</div>
<div class="remodal-overlay remodal-is-closed" style="display: none;"></div><div class="remodal-wrapper remodal-is-closed" style="display: none;"><div class="remodal remodal-is-initialized remodal-is-closed" data-remodal-id="modal" role="dialog" aria-describedby="modal1Desc" data-remodal-options="hashTracking: false" style="width: 250px;" tabindex="-1">
<div>
<p id="modal1Desc" style="color: rgb(0, 0, 0);"></p>
</div>
</div>
</div>
</body>
</html>