Added first site options
[vidyarank.git] / vidyarank / templates / index.html
blob8f47d22205cf182ff0720484461f9e76f247f3b7
1 <!DOCTYPE html>
2 <html lang="en">
3 <body>
4 <h1>Enter some text</h1>
5 <h2>(it will be converted to uppercase)</h2>
6 <form action="." method="POST">
7 <input type="text" name="text">
8 <input type="submit" name="my-form" value="Send">
9 </form>
10 </body>
11 </html>