f0ckv2/views/about.html
2025-04-30 17:27:58 +02:00

14 lines
513 B
HTML

@include(snippets/header)
<div id="main">
<div class="about">
<p>Welcome stranger!</p>
<p>bringing you some of the greatest webms from the past, the present and the future!</p>
<p>Enjoy your stay.</p>
<img style="width: 200px" src="/s/img/cockfag.png" alt="cockfag">
<p>If you have any questions you can reach out via Mail.</p>
<p>mail: admin@w0bm.com</p>
<p>Please also make yourself familiar with the <a href="/terms">Terms Of Service</a></p>
</div>
</div>
@include(snippets/footer)