Files
Gw0bm/resources/views/layout8/about.blade.php
2021-04-16 20:41:48 +00:00

26 lines
911 B
PHP

@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