Readme and junk. Open source yo
This commit is contained in:
commit
f3fab159ca
5 changed files with 163 additions and 0 deletions
21
lulz.html
Normal file
21
lulz.html
Normal 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>
|
||||
Reference in a new issue