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

19 行
634 B
PHP
Raw 通常表示 履歴

<!DOCTYPE html>
<html lang="ja">
<head>
2021-12-16 22:26:17 +09:00
@include('theme.'.env('THEME').'.component.peertube.manifest')
@include('theme.'.env('THEME').'.component.peertube.style')
@include('theme.'.env('THEME').'.component.peertube.meta')
@include('theme.'.env('THEME').'.component.peertube.stylelink')
</head>
<body id="custom-css">
2021-12-15 10:39:11 +09:00
<div class="peertube-container user-logged-in">
2021-12-16 22:26:17 +09:00
@include('theme.'.env('THEME').'.component.peertube.header')
2021-12-15 10:39:11 +09:00
<div class="sub-header-container">
2021-12-16 22:26:17 +09:00
@include('theme.'.env('THEME').'.component.peertube.menu')
2021-12-15 10:39:11 +09:00
@yield('content')
</div>
</div>
</body>
</html>