-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (49 loc) · 2.01 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
<!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">
<title>Document</title>
<link rel="stylesheet" href="CSS/stile.css" type="text/css" media="screen"/>
<script src="https://kit.fontawesome.com/ecad4d9c8c.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="dp">
<div class="go">
<div class="Contact">
<h1>Contact Us</h1>
<div class="ir">
<div class="rof"><i class="fab fa-facebook-f"></i></div>
<div class="rof"><i class="fab fa-tumblr"></i></div>
<div class="rof"><i class="fab fa-invision"></i></div>
</div>
<p>or use our contact form below</p>
<div>
<form action="#" method="post" enctype="multipart/form-datac"> </form>
<div><input class="r" placeholder="Email" type="text" name="emeil"></div>
<p></p>
<div><input class="r" placeholder="phone" type="text" name="emeil"></div>
</div>
<div><p>Type your message here</p></div>
<div>
<textarea neme="text" cols="30" rows="5"></textarea>
</div>
<div><a class="ar" href="#">Need additional help?</a><p class="p">------------------------</p></div>
<div><input class="button" type="button" value=" GET STARTED "></div>
</div>
<div class="Contact2">
<div>
<h1 class="z">Helo, User!</h1>
</div>
<div>
<p class="z">If you want toknow more info about our project then</p>
</div>
<div>
<div><input class="button" type="button" value=" "><i class="fas fa-arrow-left i"></i></div>
</div>
</div>
</div>
</div>
</body>
</html>