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

5 行
202 B
PHP
Raw 通常表示 履歴

2022-02-11 22:08:29 +09:00
<div class="login-buttons-block">
2022-02-05 14:05:00 +09:00
<a class="peertube-button-link orange-button" href="/login">ログイン</a>
2022-02-11 22:08:29 +09:00
<a class="peertube-button-link create-account-button" href="/signup">登録</a>
2022-02-05 14:05:00 +09:00
</div>