instance/panel.html: Add AdminFE link

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-09-09 11:09:56 +02:00
parent 608773c5ef
commit fba0a56f44
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
<div style="margin-left:12px; margin-right:12px">
<p>Welcome to <a href="https://pleroma.social" target="_blank">Pleroma!</a></p>
<p><a href="/main/all">Pleroma FE</a> | <a href="/web">Mastodon FE</a></p>
<ul>
<li><a href="/main/all">Pleroma FE</a></li>
<li><a href="/web">Mastodon FE</a></li>
<li><a href="/pleroma/admin/">Admin FE</a></li>
</ul>
</div>