Restore panel.html and terms-of-service.html so tests pass

This commit is contained in:
Alex Gleason 2022-08-13 13:33:56 -05:00
parent e1689cb323
commit 858f83c85a
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<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></p>
</div>

View file

@ -0,0 +1,9 @@
<h4>Terms of Service</h4>
<p>This is the default placeholder ToS. You should copy it over to your static folder and edit it to fit the needs of your instance.</p>
<p>To do so, place a file at <code>"/instance/static/static/terms-of-service.html"</code> in your
Pleroma install containing the real ToS for your instance.</p>
<p>See the <a href='https://docs.pleroma.social/backend/configuration/static_dir/'>Pleroma documentation</a> for more information.</p>
<br>
<img src="/static/logo.svg" style="display: block; margin: auto; max-width: 100%; height: 50px; object-fit: contain;" />