MORE LAYOUTgit add public/mobile public/nojs/ public/shoop.png resources/views/layout1/apply.blade.php resources/views/layout1/nojs.blade.php resources/views/layout1/tos.blade.php resources/views/layout4/ resources/views/layout5!
This commit is contained in:
39
resources/views/layout4/layout.blade.php
Normal file
39
resources/views/layout4/layout.blade.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="_token" content="{{csrf_token()}}">
|
||||
<meta name="keywords" content="Random WebMs, WebMs, Internet Videos">
|
||||
<link rel="icon" href="/favicon.png">
|
||||
<title>@if(isset($video)){{ $video->id }} -@endif w0bm.com</title>
|
||||
<link rel="stylesheet" type="text/css" href="/z0mb/css/bootstrap-dark.css?v={{ filemtime("z0mb/css/bootstrap-dark.css") }}">
|
||||
<link rel="stylesheet" type="text/css" href="/z0mb/css/cstms.css?v={{ filemtime("z0mb/css/cstms.css") }}">
|
||||
<link rel="stylesheet" type="text/css" href="/z0mb/css/z0mb.css?v={{ filemtime("z0mb/css/z0mb.css") }}">
|
||||
<link rel="stylesheet" type="text/css" href="/nojs/custom.css?v={{ filemtime("nojs/custom.css") }}">
|
||||
</head>
|
||||
<body>
|
||||
<!--
|
||||
w0bm.com NO-JS v1
|
||||
-->
|
||||
<div class="container-fluid row p-0" id="wrapper">
|
||||
<div class="container p-0">
|
||||
@include('fuetli')
|
||||
<div class="col-md p-0">
|
||||
@yield('floatvid')
|
||||
</div>
|
||||
<div class="col-sm p-0">
|
||||
<div class="nojsleleks">
|
||||
@include('video-partials.video-metadata')
|
||||
@include('partials.tags-light')
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm p-0 sidebar">
|
||||
@include('partials.commentform')
|
||||
<br>
|
||||
@include('partials.comments')
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user