-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactUs.html
40 lines (36 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="About Us.">
<meta name="keywords" content="Food, enjoyments">
<meta name="author" content="nonye < NonyeAsogwa@gmail.comgt;">
<meta name="robots" content="index,follow">
<link rel="stylesheet" type="text/css" href="main.css">
<meta property="og:title" content="EJIMELO KITCHEN">
<meta property="og:description" content="Ejimelo Kitchen provides you with differet types of foods including intercontinental dishes.">
<title>Ejimelo Kitchen</title>
<link rel="icon" href="ek.jpeg" type="image/x-icon">
<svg width="100" height="100">
<image xlink:href="logo.svg" width="100" height="100"/>
</svg>
</head>
<body class ="z1">
<h2>Welcome to Ejimelo Kitchen! please leave a message for us below</h2>
<article id="contact form">
<form action="/submit-url" method="post">
<label for="firstName">first name</label>
<input type="text" name="firstName" id="firstName" placeholder="Nonye">
<label for="lastName">last name</label>
<input type="text" name="lastName" id="lastName" placeholder="Asogwa">
<label for="Email">Email</label>
<input type="email" name="Email" id="Email" placeholder="NonyeAsogwa@gmail.com">
<label for="yourMessage">Your Message</label>
<textarea id="message" name="message" rows="4" required></textarea>
<input type="submit" value="Submit">
</form>
</article>
</body>
</html>