view makeitso/templates/index.html @ 215:360a70d3ef5f

stub a manifest file which may solve all of our problems
author Jeff Hammel <k0scist@gmail.com>
date Fri, 04 Dec 2015 13:12:07 -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>