some changes to the login page for non authed users. And also added a new layout with the id 6 only for marderchen to fix his async issues with older browsers

This commit is contained in:
noxy
2019-11-11 22:21:24 +00:00
parent f78dbfd5c3
commit 35c60a47e9
79 changed files with 3771 additions and 15 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