...
This commit is contained in:
@@ -20,9 +20,8 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<h5>Oh shit! Something went wrong!</h5>
|
||||
<h5>If you can see this message something with the software went wrong.</h5>
|
||||
<div id="sf-resetcontent" class="sf-reset box">
|
||||
<h6>Please don't send this fucking text to an admin, we have other problems.</h6>
|
||||
<?php
|
||||
$iv = openssl_random_pseudo_bytes(16);
|
||||
?>
|
||||
|
@@ -2,8 +2,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Please Stand By we are just fucking this up</title>
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:100" rel="stylesheet" type="text/css">
|
||||
|
||||
<style>
|
||||
html, body {
|
||||
height: 100%;
|
||||
|
@@ -4,8 +4,7 @@
|
||||
<head>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="theme-color" content="#161618">
|
||||
<meta name="viewport"
|
||||
content="width=device-width,initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="_token" content="{{csrf_token()}}">
|
||||
<meta name="keywords" content="Random WebMs, WebMs, Internet Videos">
|
||||
|
@@ -19,6 +19,7 @@
|
||||
<p>Also make sure to check out his uploads <a href="https://w0bm.com/main?q=marderchen">https://w0bm.com/main?q=marderchen</a> and enjoy it.</p>
|
||||
|
||||
<p><i>- w0bm staff</i></p>
|
||||
<p style="float: right;">21.6.2023</p>
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
|
5
resources/views/layout1/partials/devtools.blade.php
Normal file
5
resources/views/layout1/partials/devtools.blade.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<div style="position: relative;">
|
||||
<?php
|
||||
echo $category;
|
||||
?>
|
||||
</div>
|
1
resources/views/layout1/tagviewdev.blade.php
Normal file
1
resources/views/layout1/tagviewdev.blade.php
Normal file
@@ -0,0 +1 @@
|
||||
{{$related}} lol
|
@@ -1,3 +1,6 @@
|
||||
<div style="background:black;color:green;">
|
||||
{{$video}}
|
||||
</div>
|
||||
@extends('layout')
|
||||
@section('content')
|
||||
|
||||
@@ -135,6 +138,7 @@
|
||||
</aside>
|
||||
|
||||
@else
|
||||
{{{-- Wenn man nicht eingeloggt ist könnte man folgendes sehen, bzw machen --}}}
|
||||
<div class="centered">
|
||||
<div class="modal-content col-md-5">
|
||||
<div class="modal-header">
|
||||
|
Reference in New Issue
Block a user