-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathemailus.html
103 lines (63 loc) · 2.47 KB
/
emailus.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<link href="Css/style.css" rel="stylesheet" type="text/css" />
<head>
<title>LapCare.com</title>
<link rel="stylesheet" type="text/css" href="Css/stylesheet.css" />
<link href="Css/stylebutton.css" rel="stylesheet" type="text/css" />
<link href="Css/slides.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/script1.js"></script>
<style>
body {
background-color: #FFECB6;
}
</style>
</head>
<body class="s1">
<div class="whole">
<div class="head">
<div class="headcol1" id="whole"><img src="img/logo.png" width="350" /></div>
</div><!--end of head-->
<body>
<div class="btn-group">
<button class="button" onclick = "document.location='index.html'">Home</button>
<button class="button" onclick = "document.location='skins.html'">Skins & Designs</button>
<button class="button" onclick = "document.location='services.html'">services</button>
<button class="button" onclick = "document.location='aboutus.html'">About us</button>
</div>
<div class= "btn-group1">
<button class="button" onclick = "document.location='emailus.html'">Email us</button>
</div>
<div class= "btn-group">
<button class="button" onclick = "document.location='login.html'">Login</button>
<button class="button" onclick = "document.location='signup.html'">No Account ! Sign up here</button>
</div>
<br><br>
<body>
<br><br>
<form method="post" target="#" onsubmit="return validate()">
<h1>Email us</h1>
Name<br>
<input type="text" name="name"><br>
Mobile no.<br>
<input type="text" name="mobile"><br>
Address<br>
<input type="text" name="address"><br>
Email<br>
<input type="text" name="email"><br>
Subject<br>
<input type="text" name="subject"><br>
<tr>
Message<br>
<td align="left"><textarea name="message" rows="7" ></textarea></td>
</tr>
<div class="button">
<input type="submit" class="button" value="submit">
</div>
</form>
</body>
<!--end of middle-->
<!-- <div align="right" id="back"><a href="#whole"><img src="images/top-1.png" style="background:none;" width="110" /></a></div>-->
</div><!--end of whole-->
</body>
</html>