lissarchive-website/pages/contact.html

36 lines
946 B
HTML
Raw Normal View History

2017-05-02 02:11:42 +00:00
<!--
.. title: Contact
.. slug: contact
.. date: 2017-07-20 14:24:09 UTC-05:00
2017-05-02 02:11:42 +00:00
.. tags:
.. category:
.. link:
.. description:
.. type: text
-->
2017-05-03 16:31:02 +00:00
2017-05-02 02:11:42 +00:00
<!DOCTYPE html>
<html lang="en">
2017-05-03 16:31:02 +00:00
<body>
2020-05-05 04:06:23 +00:00
<div>
2017-05-03 16:31:02 +00:00
<form action="https://formspree.io/lissarchive@gmail.com" method="POST">
<div class="form-group">
<label for="name">Name:</label>
2020-05-05 04:06:23 +00:00
<input type="text" class="form-control" id="name" placeholder="Name">
2017-05-03 16:31:02 +00:00
</div>
<div class="form-group">
<label for="email">Email:</label>
<input type="email" class="form-control" id="email" placeholder="Email">
</div>
<div class="form-group">
<label for="name">Message:</label>
2020-05-05 04:06:23 +00:00
<textarea class="form-control" id="message" placeholder="Message" rows="5"></textarea>
2017-05-03 16:31:02 +00:00
</div>
<button type="reset" class="btn btn-default">Cancel</button>
<button type="submit" class="btn btn-primary">Submit</button>
2017-05-04 22:53:52 +00:00
</form><br/>
2017-05-03 16:31:02 +00:00
</div>
2017-05-02 02:11:42 +00:00
</body>
</html>