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

17 行
363 B
PHP
Raw 通常表示 履歴

2022-02-10 00:33:21 +09:00
@extends('layout')
@php
$conf = $res['userinfo']['config'];
@endphp
@section('content')
<div id="content" tabindex="-1" class="main-col">
<div class="main-row">
<div class="row">
2022-02-11 17:17:04 +09:00
@include('layout.component.about.menu', ['active' => 'instance'])
@include('layout.component.about.about')
2022-02-10 00:33:21 +09:00
</div>
</div>
</div>
@endsection