gaga gugu gaga pipi kaka
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 13s
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 13s
This commit is contained in:
@@ -3020,4 +3020,8 @@ input#s_avatar {
|
||||
.theforceofthree {
|
||||
display: grid;
|
||||
grid-template-columns: 0.4fr 1fr 0.4fr;
|
||||
}
|
||||
|
||||
.upload {
|
||||
padding: 10px;
|
||||
}
|
@@ -12,6 +12,7 @@
|
||||
<li><a href="/user/{{ session.user.toLowerCase() }}">my profile</a></li>
|
||||
<li><a href="/user/{{ session.user.toLowerCase() }}/f0cks">my f0cks</a></li>
|
||||
<li><a href="/user/{{ session.user.toLowerCase() }}/favs">my favs</a></li>
|
||||
<li><a href="/upload">Upload</a></li>
|
||||
<li><a href="/search">search</a></li>
|
||||
@if(session.admin)<li><a href="/admin">Admin</a></li>@endif
|
||||
<li><a href="/about">About</a></li>
|
||||
|
@@ -1,10 +1,12 @@
|
||||
@include(snippets/header)
|
||||
<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 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)
|
Reference in New Issue
Block a user