10 lines
362 B
PHP
10 lines
362 B
PHP
@extends('layout')
|
|
@section('content')
|
|
|
|
<div class="centershock" style="text-align: center;">
|
|
<p class="forbidden">999999 - closed l0l</p>
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/unRldLdllZ8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
</div>
|
|
@endsection
|
|
|