-
Notifications
You must be signed in to change notification settings - Fork 0
/
dw_6.html
31 lines (30 loc) · 856 Bytes
/
dw_6.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="css/dw_6.css">
<link rel="stylesheet" href="css/col.css">
</head>
<body>
<div class="d_play">
<ul>¥ </ul>
<ul> 100</ul>
</div>
<div class="d_red">
<div class="d_red_width">
<a href="dw_4.html" class="d_width_left">
<ul>取消支付</ul>
<ul>Cancel payme</ul>
</a>
<a href="dw_7.html" class="d_width_right">
<ul></ul>
<ul></ul>
</a>
</div>
</div>
</body>
</html>