Files
Gw0bm/resources/views/layout1/deleted.blade.php

10 lines
372 B
PHP

@extends('layout')
@section('content')
<h5>Sorry, this video is unavailable at the moment!</h5>
<img src="/images/404-video.png">
<p>Possible reasons: Your video was shit, broke a rule or the ID you tried to watch does not even exist (yet)</p>
<p>Go <a href="/">back</a> to the normal rotation or...</p>
<h5>Watch some 0x40!</h5>
<iframe src="/0x40"></iframe>
@endsection