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

4 行
190 B
PHP

<link rel="stylesheet" href="{{ asset('css/peertube/common.css') }}" />
@if (isset($res['style']))
<link rel="stylesheet" href="{{ asset('css/peertube/'.$res['style'].'.css') }}" />
@endif