distribute-coin/res/html/coin_index.html

22 lines
624 B
HTML
Raw Normal View History

2019-05-22 00:56:16 -05:00
<form action="/private/beam.php"
method="post" enctype="multipart/form-data">
<p>
<input type="text" placeholder="Filename (Blank for uploaded name)"
name="desired_filename" class="basic-text">
</p>
<p>
<input type="text" placeholder="Source (Optional)"
name="file_source" class="basic-text">
</p>
<input type="file" name="uploadcoin" id="uploadcoin"
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">