diff options
Diffstat (limited to 'static')
| -rwxr-xr-x | static/fontello.json | 8 | ||||
| -rw-r--r-- | static/terms-of-service.html | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/static/fontello.json b/static/fontello.json index 829241b5..5a7086a2 100755 --- a/static/fontello.json +++ b/static/fontello.json @@ -339,6 +339,12 @@ "css": "arrow-curved", "code": 59426, "src": "iconic" + }, + { + "uid": "0ddd3e8201ccc7d41f7b7c9d27eca6c1", + "css": "link", + "code": 59427, + "src": "fontawesome" } ] -}
\ No newline at end of file +} diff --git a/static/terms-of-service.html b/static/terms-of-service.html index c02cb719..a6da539e 100644 --- a/static/terms-of-service.html +++ b/static/terms-of-service.html @@ -1,7 +1,4 @@ <h4>Terms of Service</h4> -<p>This is a placeholder ToS.</p> - -<p>Edit <code>"/static/terms-of-service.html"</code> to make it fit the needs of your instance.</p> -<br> -<img src="/static/logo.png"/ style="display: block; margin: auto;"> +<p>This is a placeholder ToS. Edit <code>"/static/terms-of-service.html"</code> to make it fit the needs of your instance.</p> +<img src="/static/logo.png" style="display: block; margin: auto; max-width: 100%; height: 50px; object-fit: contain;" /> |
