-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
executable file
·57 lines (49 loc) · 2.13 KB
/
contact.php
File metadata and controls
executable file
·57 lines (49 loc) · 2.13 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<?include "thanks_header.php"?>
<div class="container">
<div class="content">
<div class="row" style="margin-top:20px;margin-left:148px;margin-right:148px; margin-bottom:0px; background-color:#ffffff;opacity:0.8; padding:8px;">
<div class="span15" style="margin-top:0px; margin-bottom: 0px; margin-left:auto; margin-right: auto;align:center;">
<table style="align:center;margin-top:10px;margin-right:30px; margin-left:30px;margin-bottom: -10px; width:600px;">
<tbody>
<tr style="width=100%">
<td style="width:400px;font-family: 'Tahoma', sans-serif; margin-left:15px;text-align: center; font-weight: lighter; color:#444444; font-size: 17px; line-height: 37px;"> <b> Thanks for your message! </b> We'll get back to you within 24 hours.</td>
</tbody>
</table>
</div>
<div class="span15" style="margin-top:0px; margin-bottom: 0px; margin-left:auto; margin-right: auto;align:center;">
<table style="align:center;margin-top:10px;margin-right:30px; margin-left:30px;margin-bottom: 5px; width:600px;">
<tbody>
<tr style="width=100%">
<td> <img src="images/thanks.jpg" width="600"> </img></a> </td>
</tbody>
</table>
</div>
<div class="span15" style="margin-bottom: 3px; margin-left: auto; margin-right: auto; text-align: center;">
<table width="100%" style="margin-bottom: 10px; margin-right: auto; margin-left: auto; text-align: center;">
<tbody>
<tr>
<td width="100%"align="center" valign="middle" height="100%" style="vertical-align:middle;" >
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row" style="margin-left: 0px";>
<div class="span16">
<div class="row" style="margin-left: 0px";>
</div>
</div>
</div>
</div>
<?include "bottom_pane.php"?>
<footer>
<p>© Duma 2011</p>
</footer>
</div>
</body>
</html>