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

13 行
317 B
PHP

@extends('layout')
@section('content')
<div id="content" tabindex="-1" class="main-col">
<div class="main-row">
<div class="root">
@include('layout.component.about.menu', ['active' => 'lightpeer'])
@include('layout.component.about.lightpeer')
</div>
</div>
</div>
@endsection