-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoupon.html
executable file
·38 lines (33 loc) · 992 Bytes
/
coupon.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body {
background: url(images/body_back.gif) repeat-x #F2F6F9;
margin-top: 15px;
}
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;}
</style>
<title>Qt Club</title>
</head>
<body>
<table width="380" border="0" cellpadding="2">
<tr>
<td>
<fieldset>
<legend><h3>Qt Club 1 Session Voucher</h3></legend>
<b>This coupon entitles you to 1 free tanning session, to the value of €10.<br><br>
Feel the difference, know the difference & let others see the difference<br><br><br>
For new customers only<br>1 per person.<br><br>
<FORM>
<INPUT type="button" value="Close Window" onClick="window.close()">
<input type="button" value="Print This Page" onClick="window.print()">
</FORM>
</b>
</fieldset>
</td>
</tr>
</table>
</body>
</html>