-
Notifications
You must be signed in to change notification settings - Fork 0
/
feedback.php
47 lines (29 loc) · 1.45 KB
/
feedback.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
<html>
<head>
<title>
FEEDBACK | CV GENERATOR
</title>
<style>
body{
background-image: url(img/banner-bg.jpg);
}
</style>
<meta charset="utf-8">
<link href="css/bootstrap.min.css" rel="stylesheet">
</head>
</div>
<body>
<a href="index.php" style="font-size:20px;font-family: cursive;text-decoration:none;color:white;float:left;margin-right: 10px;">Home</a>
<form action="fc.php" method="post">
<center> <h1 style="font-family: cursive; color: white; margin-top: 50px">We value your feedback</h1>
<div style="margin-top: 50px">
<div style="margin-top: 50px">
<!-- <label style="font-family: cursive;color: white;"><span>Email-id: </span><input name="emailid" placeholder="Email-id" type="email" style="font-family: cursive;color: black;border-radius: 10px" required /></label></div> -->
<div style="margin-top: 50px">
<label style="font-family: cursive;color: white"><span>Message: </span><input name="msg" style="font-family: cursive;color:black;height: 80px;border-radius: 10px " placeholder="your feedback" type="textarea" rows="3" cols="10" rows="5" required /></label></div></center>
<br>
<center><label><span></span><input name="sub" style="font-family: cursive; border-radius: 10px" type="submit" id="sub" value="submit" class="button"/></label></center>
</div>
</form>
</body>
</html>