server ver

This commit is contained in:
2021-06-20 13:49:07 +00:00
parent 36a8c92dec
commit 8877c0bad0
975 changed files with 555 additions and 6596 deletions

View File

@@ -1,25 +0,0 @@
@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