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

22 lines
1.6 KiB
PHP
Executable File

@extends('profilelayout')
@section('content')
<div class="page-header">
<h3>List of other WebM-websites</h3>
</div>
<div class="box">
<p>This list is made to list all the different WebM sites out there, if you know any other sites that are not listed here feel free to <a href="/contact">contact</a> me!</p>
<p id="careful">We have no influence on content on these sites!</p>
<ol>
<li><a href="https://webm.rrerr.net/">webm.rrerr.net</a> is a very comfy and simple webm indexer also <a href="https://github.com/nilsding/webm-index">open source</a> software and easy to setup!</li>
<li><a href="https://randomtube.xyz">randomtube.xyz</a> is a frontpage for WebMs posted on <a href="https://2ch.hk/b">2ch.hk/b/</a> (a russian imageboard) and it's also <a href="https://github.com/yuriygr/randomtube">open source</a> <nsfw></nsfw></li>
<li><a href="https://webm-tv-webm-tv.7e14.starter-us-west-2.openshiftapps.com/">webm-tv</a> is also a frontpage for WebMs posted on 2ch, also <a href="https://github.com/Karasiq/webm-tv">open source</a> <nsfw></nsfw></li>
<li><a href="https://eyy.co/">eyy.co</a> is a simple random WebM index</li>
<li><a href="http://issoutv.com/">issoutv.com</a> is a french WebM site.</li>
<li><a href="http://webm.land/">webm.land</a> is a place where one can upload and share WebMs, has a public gallery.</li>
<li><a href="http://webmshare.com/">webmshare.com</a> is the better looking and working brother of webm.land, has 6 pubic gallerys with all kinds of different videos.</li>
</ol>
<code style="float:right;">Last modified: 09.08.2018</code>
</div>
@endsection