There was an error while loading. Please reload this page.
1 parent d54ff78 commit 4337396Copy full SHA for 4337396
index.html
@@ -19,7 +19,20 @@
19
</header>
20
<main>
21
<h1>Contact us</h1>
22
- <div class="container"></div>
+ <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>
36
</main>
37
<footer>
38
<div>logo</div>
0 commit comments