8523976c56b19aa3f9cdaf5303359191f1935d7e
[txt.house] / txt_house / templates / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3   <head>
4     <meta charset="utf-8"/>
5     <meta name="viewport" content="width=device-width, initial-scale=1"/>
6     <title>txt.house</title>
7   </head>
8
9   <body>
10     <form action='create' method='post'>
11       {% csrf_token %}
12       <textarea name='text'></textarea>
13       <input type='submit'></input>
14     </form>
15   </body>
16 </html>