diff options
author | Kawen <konoukaren@gmail.com> | 2018-04-20 19:04:57 +0200 |
---|---|---|
committer | Kawen <konoukaren@gmail.com> | 2018-04-20 19:04:57 +0200 |
commit | b0671be28311cf16a5b1f7e447eef8f7bb6a3dd5 (patch) | |
tree | e4deea2ddb099024f6c74caf1ea3d916466f89d3 /priv/static/instance/panel.html | |
parent | a61e8ac15473aca6d0ec9ef20df981bcef9d5897 (diff) | |
download | pleroma-b0671be28311cf16a5b1f7e447eef8f7bb6a3dd5.tar.gz |
enable instance panel by default, added some content
Diffstat (limited to 'priv/static/instance/panel.html')
-rw-r--r-- | priv/static/instance/panel.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/priv/static/instance/panel.html b/priv/static/instance/panel.html index ae9647837..ceef8c7f0 100644 --- a/priv/static/instance/panel.html +++ b/priv/static/instance/panel.html @@ -1,4 +1,5 @@ <div style="margin-left:12px; margin-right:12px"> -<p>This is a <a href="https://pleroma.social" target="_blank">Pleroma</a> instance.</p> +<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> </div> |