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

20 行
485 B
PHP

<!DOCTYPE html>
<html lang="ja">
<head>
@include('layout.component.manifest')
@include('layout.component.style')
@include('layout.component.meta')
@include('layout.component.stylelink')
</head>
<body id="custom-css">
<div class="peertube-container user-logged-in">
@include('layout.component.header')
<div class="sub-header-container">
@include('layout.component.menu')
@yield('content')
</div>
</div>
</body>
</html>