Files
Gw0bm/resources/views/layout5/list.blade.php
2021-06-20 13:49:07 +00:00

25 lines
1.8 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>
<li><a href="https://kongoucheats.com">kongoucheats.com</a> is a nice and simple webm page where you can upload and watch webms <nsfw></nsfw></a></li>
<li><a href="https://p90.zone">p90.zone</a> is a terrible collection of webms</li>
</ol>
<code style="float:right;">Last modified: 02.01.2019</code>
</div>
@include('footer')
@endsection