-
Notifications
You must be signed in to change notification settings - Fork 0
/
credit.html
63 lines (57 loc) · 1.96 KB
/
credit.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>My Credits</title>
<link href="css/global.css" rel="stylesheet" type="text/css" />
<link href="css/layout.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/shopping.js"></script>
</head>
<body>
<div id="header"><iframe src="header2.html" height="155px" width="960px" frameborder="0"></iframe></div>
<!--middle-->
<div id="main">
<div> <img src="images\gift-card.png" height="50px" width="50px" alt="shopping">
<h1 style="display: inline;">My Credits</h1>
<hr>
<section>
<h2>Gifts</h2>
<img src= "images\2021-11-22.png" height="200px" width="310px" alt="">
<img src="images\2021-11-22 (2).png" height="200px" width="320px"alt="">
<img src="images\2021-11-22 (1).png" height="200px" width="310px" alt="">
<br>
<table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="myTableProduct">
<td>
<h3 class="credit_layout">250 credits</h3>
</td>
<td>
<h3 class="credit_layout"> 400 credits</h3>
</td>
<td>
<h3 class="credit_layout">300 credits</h3>
</td>
</table>
<img src="images\2021-11-22 (3).png" height="230px" width="310px" alt="">
<img src="images\2021-11-22 (4).png" height="230px" widyh="300px" alt="">
<img src="images\2021-11-22 (5).png" height="230px" width="350px" alt="">
<table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="myTableProduct">
<td>
<h3 class="credit_layout">900 credits</h3>
</td>
<td>
<h3 class="credit_layout"> 600 credits</h3>
</td>
<td>
<h3 class="credit_layout">150 credits</h3>
</td>
</table>
</section>
</div>
</div>
<div id="footer">
<iframe src="footer.html" height="50px" width="900px" frameborder="0"></iframe>
</div>
</body>
</html>