Mercurial > hg > MakeItSo
view makeitso/templates/index.html @ 41:9956e13558dd
stub out what API templates will look like; put these in a separate file as theres no reason to clutter up the command line entry point any further
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 03 Jan 2011 14:18:59 -0800 |
parents | c46ec69d6253 |
children |
line wrap: on
line source
<html> <head> </head> <body> <form method="post"> Type in some text <textarea name="content" rows="25" cols="80"></textarea> <input type="submit"/> </form> <form method="post" enctype="multipart/form-data"> or upload a file <input type="file" name="content"/> <input type="submit"/> </form> <form method="post"> or point to a URL <input type="text" name="content"/> <input type="submit"/> </form> </body> </html>