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,15 @@
@extends('profilelayout')
@section('novidcontent')
<div class="box">
<ul class="list-group">
<li class="list-group-item"><a href="/api/user/layout?layout=1">w0bm.com</a> <span class="text-end">[The default Layout]</span></li>
<li class="list-group-item active"><a href="/api/user/layout?layout=2">Njum</a> <span class="text-end">[More focussed on the video, also 4:3]</span></li>
<li class="list-group-item"><a href="/api/user/layout?layout=3">z0mb</a> <span class="text-end">[z0r.de Layout]</span></li>
<li class="list-group-item"><a href="/api/user/layout?layout=4">nojs</a> <span class="text-end">[For the nojs neckbeards, lol]</span></li>
<li class="list-group-item"><a href="/api/user/layout?layout=5">Mobile</a> <span class="text-end">[The default Layout optimized for mobile usage]</span></li>
<li class="list-group-item"><a href="/api/user/layout?layout=6">Marderchen</a> <span class="text-end">[Marderlayout, older version of the default layout but without async JS]</span></li>
<li class="list-group-item"><a href="/api/user/layout?layout=7">2017</a> <span class="text-end">[w0bm.com from ~2017]</span></li>
<li class="list-group-item"><a href="/api/user/layout?layout=8">2015</a> <span class="text-end">[The OG w0bm.com Layout]</span></li>
</ul>
</div>
@endsection