Files
f0bm/views/about.html
2026-01-24 01:38:25 +01:00

22 lines
852 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>How to use it?</p>
<p>shortcuts</p>
<ul>
<li>k = search</li>
<li>r = random</li>
<li>p = toggle safe for rating</li>
<li>i = open tag input</li>
<li>x = del</li>
<li>scroll up/down inside video or inside the controls triggers next or prev</li>
<li>Arrow keys trigger next or prev</li>
</ul>
<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)