aboutsummaryrefslogtreecommitdiff
path: root/assets/entry_new.html
blob: 958dedcfcc93388c1948ddf7f526947b8c095adc (plain)
1
2
3
4
5
6
7
8
<form action="/entries" method="post">
<input type="text" id="title" name="title" placeholder="title" style="width: 100%;"/>
<textarea id="body" name="body" rows="50" style="width: 100%;"></textarea>
<br>
<input type="button" value="Preview (N/A)">
<input type="submit" value="Save">
</form>