u.twoha.cc/pages/contact.html

17 lines
456 B
HTML
Raw Normal View History

2024-09-13 03:24:53 -04:00
---
title: message
---
<div class="container">
<div class="panel f">
<h2>contact</h2>
2024-09-19 22:17:42 -04:00
<form method="post" action="/_/message">
2024-09-13 03:24:53 -04:00
<label><input type="text" name="name" value="" required>name</label>
<label><input type="text" name="email" value="">email / other contact info</label>
<br>
<textarea rows="8" cols="80" name="message"></textarea>
<br>
<input type="submit" value="submit">
</form>
</div>
</div>