16 lines
400 B
PHP
Executable File
16 lines
400 B
PHP
Executable File
@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
|