16 lines
485 B
HTML
16 lines
485 B
HTML
<form action="/p/null" method="POST" enctype="multipart/form-data">
|
|
<p>
|
|
<input type="text" placeholder="Filename (Blank for uploaded name)"
|
|
name="filename" class="basic-text">
|
|
</p>
|
|
|
|
<input type="file" name="file" id="file"
|
|
style="margin: 0 auto">
|
|
<input style="margin-top: 10px; margin-bottom: 10px" type="submit"
|
|
value="INSERT COIN" name="submit">
|
|
</form>
|
|
<img
|
|
alt="A big & yellow coin lying before a coin-slot"
|
|
src="<!-- TMPL_VAR depth -->r/coin-big.png">
|
|
|