-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.php
60 lines (57 loc) · 2.05 KB
/
contact.php
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Sparkle and Shine, golden grove, car wash.">
<meta name="keywords" content="Sparkle and Shine, golden grove, car wash">
<title>Contact Us</title>
<link rel="stylesheet" type="text/css" href="placement.css">
<script type="text/javascript" src="jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="animations.js"></script>
</head>
<body id="contact">
<?php include ("header.php");?>
<div id="content">
<div class="box">
<h1 style="color: #006EB5" align="center">Contact Us</h1>
<table style="width:100%">
<form method="post" name="contact_form" action="contact-form-handler.php">
<tr>
<td align="center">
Name:
<input type="text" name="name">
<br/>
<br/>
<br/>
</td>
</tr>
<tr>
<td align="center">
Email:
<input type="text" name="email">
<br/>
<br/>
<br/>
</td>
</tr>
<tr>
<td align="center">
Message:
<textarea name="message"></textarea>
<br/>
<br/>
<br/>
</td>
</tr>
<tr>
<td align="center">
<input type="submit" value="Submit">
</td>
</tr>
</form>
</table>
</div>
<div class="space2"></div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d104875.64966343473!2d138.60700246276755!3d-34.77160941613539!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x2ca8c9f905b30e2c!2sSparkle+%26+Shine+Hand+Car+Wash!5e0!3m2!1sen!2sau!4v1543639933736" width="400" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<?php include ("footer.php");?>