some changes to the login page for non authed users. And also added a new layout with the id 6 only for marderchen to fix his async issues with older browsers

This commit is contained in:
noxy
2019-11-11 22:21:24 +00:00
parent f78dbfd5c3
commit 35c60a47e9
79 changed files with 3771 additions and 15 deletions

View File

@@ -0,0 +1,29 @@
@extends('profilelayout')
@section('content')
<div class="page-header">
<h3>w0bm's friends</h3>
</div>
<div class="box">
<ul>
<li>
<p>Do you remember the glorious days of IRC-shitposting? YES?!?!?!?! Then move your fucking ass over to f0ck!</p>
<a href="https://f0ck.me">f0ck.me</a> Classic shitposting via IRC!
<ul>
<li><a href="https://x.f0ck.it">x.f0ck.it</a> Slightly more modern shitposting by webf0cking!</li>
</ul>
</li>
<hr>
<li>
<p>There is no friendlist without marderchen! A close friend of w0bm and one of our most loved contributors! Keep wuseling :3</p>
<li>
<a href="https://marderchen.lima-city.de">marderchens Homepage</a>
<ul>
<li><a href="/user/marderchen">marderchen on w0bm</a></li>
</ul>
</li>
</li>
</ul>
</div>
@include('footer')
@endsection