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:
29
resources/views/layout6/list.blade.php
Normal file
29
resources/views/layout6/list.blade.php
Normal 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
|
Reference in New Issue
Block a user