Files
Gw0bm/resources/views/layout5/transparency.blade.php
2021-06-20 13:49:07 +00:00

17 lines
425 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="//s.w0bm.com/07072016-FSM.txt">07.07.2016 FSM Takedown Notice</a></li>
<li><a href="//s.w0bm.com/30012019-CTIRU.txt">30.01.2019 Metropolitan Police Service Terrorist Content Takedown Notice</a></li>
</ul>
</div>
@include('footer')
@endsection