-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (17 loc) · 751 Bytes
/
index.html
File metadata and controls
20 lines (17 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: default
---
<p>Fork me on <a href="https://github.com/VincentTam/TestStaticmanLab/">GitHub</a>.</p>
<form method="POST" action="{{ site.staticman.api }}">
<input name="options[redirect]" type="hidden" value="{{ site.url }}">
<input name="options[slug]" type="hidden" value="test-slug">
<label>Name: <input name="fields[name]" type="text"></label><br>
<label>Email: <input name="fields[email]" type="email"></label><br>
<label>Message: <br><textarea name="fields[message]" rows="12" cols="36"></textarea></label><br>
<input type="submit" value="Submit">
</form>
{% include comments.html %}
<footer>
<p><a href="https://validator.w3.org/nu/?doc={{ site.url | url_encode }}">Valid HTML5</a>
in public domain.</p>
</footer>