diff options
Diffstat (limited to 'share/templates/roundcubemail/terms.html.tpl')
-rw-r--r-- | share/templates/roundcubemail/terms.html.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/templates/roundcubemail/terms.html.tpl b/share/templates/roundcubemail/terms.html.tpl new file mode 100644 index 0000000..4fcabc7 --- /dev/null +++ b/share/templates/roundcubemail/terms.html.tpl @@ -0,0 +1,10 @@ +<html> + <head> + </head> + <body> + <h1>Welcome to Kolab Groupware</h1> + <p> + Here could be your Message of the Day. + </p> + </body> +</html> |