Files
Gw0bm/resources/views/layout6/list.blade.php

30 lines
813 B
PHP

@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