-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththanks.html
executable file
·42 lines (40 loc) · 1.4 KB
/
thanks.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
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>London Transition Network</title>
<style type="text/css">
td {vertical-align: top; padding: 0px; margin: 0px}
img {padding: 0px 0px 0px 0px}
form {padding: 0px 4px 0px 4px}
li {padding: 2px 0px 2px 0px}
p {padding: 0px 4px 0px 4px}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none; color: red;}
</style>
</head>
<body style="font-family: Arial,Helvetica,sans-serif; color: black; background-color: white; background-image: url(/images/grid.gif)">
<table style="width: 602px; margin: 100px auto; border-spacing: 0px; border: 2px solid white" width="600" border="2">
<caption></caption>
<tbody>
<tr>
<td style="border-color: #284098">
<img src="/images/logo.png" width="600" height="334" />
</td>
</tr>
<tr>
<td style="height: 15px; border-width: 0px"></td>
</tr>
<tr>
<td style="border-color: #284098">
<p>Thanks! You will recieve a confirmation email in the next few days.</p>
</td>
</tr>
</tbody>
</table>
</body>
</html>