Files
f0ckv2/views/upload.html
x 8c4f4e7182
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 13s
gaga gugu gaga pipi kaka
2025-07-22 16:36:34 +02:00

12 lines
482 B
HTML

@include(snippets/header)
<div class="upload">
<h5>Upload</h5>
<p>To upload videos to w0bm you must join our <a href="https://t.me/+Qwh6KgnYfEMxOWUy">Telegram</a> group</p>
<p>An admin will accept your join request shortly</p>
<h5>How it works</h5>
<ul>
<li>Maximum filesize for direct file upload via Telegram is 20MB</li>
<li>Add a !f behind any url you want and send it, the bot will pick it up.</li>
</ul>
</div>
@include(snippets/footer)