uga aga pipi kaka

This commit is contained in:
x
2025-03-16 03:19:29 +01:00
parent 76f1a3ddbb
commit 7078378c05
3 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@
<table class="table">
@each(f0cks as f0ck)
<tr>
<td><a href="//f0ck.me/{{ f0ck.id }}"><img src="//f0ck.me/t/{{ f0ck.id }}.webp" /></a></td>
<td><a href="//f0ck.me/{{ f0ck.id }}">{{ f0ck.id }}</a></td>
<td><a href="//w0bm.com/{{ f0ck.id }}"><img src="//w0bm.com/t/{{ f0ck.id }}.webp" /></a></td>
<td><a href="//w0bm.com/{{ f0ck.id }}">{{ f0ck.id }}</a></td>
<td>{{ f0ck.username }}</td>
</tr>
@endeach