21 lines
652 B
HTML
21 lines
652 B
HTML
<!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>
|