-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contactus.html
125 lines (38 loc) · 1.68 KB
/
Contactus.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="with=device-width, initial-scale=1.0">
<title>EXPLORE THE PARADISE ON EARTH-KASHMIR</title>
</head>
<body>
<table border="0" height="00" width="100%" bgcolor="DBD0C0">
<td><th><h1>EXPLORE THE PARADISE ON THE EARTH - KASHMIR</h1></th></td>
</table>
<table border="0" width="100%" height="1" bgcolor="FAEEE0">
<tr>
<th width="35%"><a href="mainpage.html" style="color:black;">Home</a></th>
<th><a href="Aboutus.html" style="color:black;">About Us</a></th>
<th><a href="Contactus.html" style="color:black;">Contact Us</a></th>
<table border="3" width="100%" bgcolor="gray">
<td>
<ul>
<li><font color="white"><h3>Contact Us</h3></li>
<li><font color="white">[email protected]</li><br>
<li><font color="white">India</li>
</ul>
<h3>FEEDBACK</h3>
<form method="get">
<input type="text" name="sname" placeholder="Enter email address" style="width: 450px; height: 40px;"><br>
<input type="text" name="sname" placeholder="Enter name" style="width: 450px; height: 40px;"><br>
<input type="text" name="sname" placeholder="Enter message here...." style="width: 450px; height: 40px;"><br>
<br>
</form>
<a href="thankyou.html"><input type="button" value="Send" style="width:457px;height:40px;background-color:red;color:white"></a>
</table>
<table border="0" width="1340" height="100" bgcolor="black" align="center">
<td><th style="color:white">Copyright 2021 ExploreKashmir All rights reserver </th></td>
</table>
</body>
</html>
</body>
</html>