-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (52 loc) · 1.77 KB
/
index.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
<html>
<head>
<title>feedback/PIE</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type-"text/css" href="mystylesheet.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="header">
<h1> PIE_</h1>
<h2>PURE INDIAN ENTREPRENEURS</h2>
<h3>
<a href="" target="_blank"><i class="fa fa-home"></i></a>
<a href ="" target="_blank">Login</a>
</h3>
</div>
<div class="wrapper">
<div class="body1">
<h2> Help Us Foddies By Giving Your Feedback !! </h2>
</div>
<div class="note">
<aside>
<h2>Request !!</h2>
<p>*Please ensure that you count on our grievances more than the good stuff, so that we can fix our bugs*<br><br><p>Foodie Feedback Matters :) </p>
</aside>
</div>
<div class="form1">
<form>
<table>
<tr><th><input type="text" name="name" placeholder="Name" id="Name" ></th></tr>
<tr><td><input type="email" name="mail" placeholder="Email id" id="Mail" ></td></tr>
</table>
<textarea placeholder="Enter Your Feedback"></textarea>
<input type="submit" name="post" value="SUBMIT" id="Post" >
</form>
</div>
</div>
<div class="footer">Follow Us On : <br>
<a href="https://instagram.com/entrepreneur_pie?igshid=pve6lgf2qfer" target="_blank"> <i class="fa fa-instagram"></i> </a>
<a href="https://twitter.com/EntrepreneurPIE?s=08" target="_blank"><i class="fa fa-twitter"></i> </a>
</div>
<address>
For any queries, contact us at: <br>
<a href="mailto:pieindia.sv@gmail.com" target="_blank"> pieindia.sv@gmail.com </a><br>
Visit Us At : <br> <a href ="" target="
"></a> <br>
India.
</address>
</body>
</html>