various changes, fixes to css etc

This commit is contained in:
w0bm
2021-11-07 10:28:35 +00:00
parent ac6c15c0e1
commit 50b89c7be7
102 changed files with 2358 additions and 38 deletions

View File

@@ -0,0 +1,15 @@
@extends('profilelayout')
@section('content')
<div class="page-header">
<h4>Transparency</h4>
</div>
<div class="box">
<h5>Takedown notices and other shit</h5>
<ul>
<li><a href="/07072016-FSM.txt">07.07.2016 FSM Takedown Notice</a></li>
<li><a href="/30012019-CTIRU.txt">30.01.2019 Metropolitan Police Service Terrorist Content Takedown Notice</a></li>
</ul>
</div>
@include('footer')
@endsection