server ver

This commit is contained in:
2021-04-16 20:41:48 +00:00
parent c9257dc357
commit 1b5088cde7
159 changed files with 3533 additions and 740 deletions

View File

@@ -0,0 +1,25 @@
@extends('layout')
@section('content')
<div class="page-header">
<h3>About</h3>
</div>
<h4>What is w0bm.com about?</h4>
<ul>
<li>w0bm.com is a modern open source WebM sharing platform.</li>
<li>We collect random videos from the internet.</li>
</ul>
<h4>Following shortcuts are available:</h4>
<ul class="strong-colored">
<li>Press: <strong>R</strong> for random</li>
<li>Press: <strong></strong>, <strong>D</strong> or <strong>L</strong> for next</li>
<li>Press: <strong></strong>, <strong>A</strong> or <strong>H</strong> for prev</li>
<li>Press: <strong></strong> or <strong>W</strong> for volume up</li>
<li>Press: <strong></strong> or <strong>S</strong> for volume down</li>
<li>Press: <strong>F</strong> for fav</li>
<li>Scroll with your mouse up and down to trigger next or prev</li>
</ul>
<p>Inspiriert durch <a href="http://z0r.de">z0r.de</a></p>
@endsection