server ver

This commit is contained in:
w0bm
2023-12-05 22:43:30 +00:00
parent b8e4b5fbfa
commit ac59ed6f81
75 changed files with 2175 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
@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</p>
@endsection