Skip to content

Commit 4337396

Browse files
authored
Update index.html
1 parent d54ff78 commit 4337396

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

index.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,20 @@
1919
</header>
2020
<main>
2121
<h1>Contact us</h1>
22-
<div class="container"></div>
22+
<div class="container">
23+
<form class="form_container">
24+
<input
25+
type="text"
26+
id="fullName"
27+
name="fullName"
28+
placeholder="Your Name"
29+
/>
30+
<input type="email" placeholder="Your Email" />
31+
<input type="password" placeholder="Your Password" />
32+
<textarea cols="30" rows="5" placeholder="Your Message"></textarea>
33+
<button type="submit">Submit</button>
34+
</form>
35+
</div>
2336
</main>
2437
<footer>
2538
<div>logo</div>

0 commit comments

Comments
 (0)