Readme and junk. Open source yo

This commit is contained in:
Veno Server 2010-06-15 04:24:08 -05:00
commit f3fab159ca
5 changed files with 163 additions and 0 deletions

21
lulz.html Normal file
View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Images in Comments on Reddit</title>
<style type="text/css">
html {
font-family: helvetica, arial, sans-serif;
color: #444;
}
a, a:visited { color: #307ace; text-decoration: none; } a:hover { text-decoration: underline; }
</style>
</head>
<body>
<form action="/upload_lulz.py" method="POST" enctype="multipart/form-data">
<input type="file" name="derimagen">
<input type="submit" value="And here... we... go!">
</form>
</body>
</html>