Опубликовано через кнопку
This commit is contained in:
parent
65e0df72f4
commit
00f24c39d9
11
index.html
11
index.html
@ -47,5 +47,16 @@ body{font:17px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Inter,system-ui,s
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="contact" class="section">
|
||||
<div class="container">
|
||||
<h2>Связаться с нами</h2>
|
||||
<form class="contact-form" action="https://formsubmit.co/EMAIL" method="POST">
|
||||
<input type="text" name="name" placeholder="Имя" required style="width:100%;padding:12px;margin-bottom:12px;border:1px solid var(--gray-500);border-radius:8px;font-size:16px;">
|
||||
<input type="email" name="email" placeholder="Email" required style="width:100%;padding:12px;margin-bottom:12px;border:1px solid var(--gray-500);border-radius:8px;font-size:16px;">
|
||||
<textarea name="message" placeholder="Сообщение" rows="4" required style="width:100%;padding:12px;margin-bottom:12px;border:1px solid var(--gray-500);border-radius:8px;font-size:16px;"></textarea>
|
||||
<button type="submit" class="btn" style="width:100%;">Отправить</button>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user