diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-06-21 12:22:28 -0400 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-06-21 12:22:28 -0400 |
| commit | 937705ccb0b53f22e9e5e3397a0d03142142d8c6 (patch) | |
| tree | 4d617491309a5b4868efb4d12854f6329fbc6dc0 /static/terms-of-service.html | |
| parent | e113d0a250d914fa490e632e21abd53206e6482e (diff) | |
| parent | 1a5ee95ee4e7b739158bc7571b01b32b1af792ad (diff) | |
Merge branch 'feature/registration' into 'develop'
Add a registration form.
See merge request !76
Diffstat (limited to 'static/terms-of-service.html')
| -rw-r--r-- | static/terms-of-service.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/terms-of-service.html b/static/terms-of-service.html new file mode 100644 index 00000000..c02cb719 --- /dev/null +++ b/static/terms-of-service.html @@ -0,0 +1,7 @@ +<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;"> |
