Files
f0bm/views/about.html

28 lines
1.3 KiB
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>l = turns on/off the background</li>
<li>c = hides/shows the comments</li>
@if(session.admin)
<li>x = del</li>
@endif
<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>If you want to be a part of this growing community please join the newly created <a style="font-weight: bold; text-decoration: underline;" href="https://discord.gg/Eyq6CUy4BP">Discord Server</a> !</p>
<p>I need any kind of feedback I can get to make this experience the best experience possible!</p>
<p>Please also make yourself familiar with the <a style="font-weight: bold; text-decoration: underline;" href="/terms">Terms of Service</a></p>
</div>
</div>
@include(snippets/footer)