This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues or pull requests.
paste/paste/templates/home.html.j2

4 lines
163 B
Plaintext
Raw Normal View History

2023-09-25 15:30:27 +02:00
<form id="paste-content" method="POST" accept-charset="UTF-8" action="{{ url_for('home.create') }}">
<input name="content">
<button>Create</button>
</form>