mirror of
https://github.com/skoobasteeve/skoobasteeve.github.io.2.git
synced 2026-03-20 07:58:57 +00:00
25 lines
540 B
Markdown
25 lines
540 B
Markdown
---
|
|
layout: single
|
|
title: Contact
|
|
permalink: /contact/
|
|
---
|
|
<form name="contact" netlify>
|
|
<p>
|
|
<label>Name <input type="text" name="name" /></label>
|
|
</p>
|
|
<p>
|
|
<label>Email <input type="email" name="email" /></label>
|
|
</p>
|
|
<p>
|
|
<label>Phone <input type="text" name="phone" /></label>
|
|
</p>
|
|
<p>
|
|
<label>+1 (If applicable) <input type="text" name="plusone" /></label>
|
|
</p>
|
|
<p>
|
|
<label>Comments <input type="text" name="comments" /></label>
|
|
</p>
|
|
<p>
|
|
<button type="submit">Send</button>
|
|
</p>
|
|
</form> |