このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
LightPeer/resources/views/pages/peertube/w.blade.php

15 行
334 B
PHP
Raw 通常表示 履歴

2022-02-05 14:05:00 +09:00
@extends('layout')
@section('content')
<div id="content" tabindex="-1" class="main-col">
<div class="main-row">
2022-02-11 22:08:29 +09:00
<my-video-watch>
2022-02-05 14:05:00 +09:00
<div class="root">
@include('layout.component.w.player')
@include('layout.component.w.info')
</div>
</my-video-watch>
</div>
</div>
@endsection