MORE LAYOUTgit add public/mobile public/nojs/ public/shoop.png resources/views/layout1/apply.blade.php resources/views/layout1/nojs.blade.php resources/views/layout1/tos.blade.php resources/views/layout4/ resources/views/layout5!

This commit is contained in:
noxy
2019-09-02 19:15:37 +00:00
parent 8dd96f7d11
commit 4c21480392
201 changed files with 33473 additions and 59 deletions

View File

@@ -0,0 +1,16 @@
@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