diff options
Diffstat (limited to 'web-ui/src/login/_login_disclaimer_banner.html')
-rw-r--r-- | web-ui/src/login/_login_disclaimer_banner.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web-ui/src/login/_login_disclaimer_banner.html b/web-ui/src/login/_login_disclaimer_banner.html new file mode 100644 index 00000000..dfc63030 --- /dev/null +++ b/web-ui/src/login/_login_disclaimer_banner.html @@ -0,0 +1,9 @@ +<div> + <ul class="accounts"> + <h2>Some disclaimer</h2> + <li> + please supply the option --banner with an XML compatible file + <div>to override this default message</div> + </li> + </ul> +</div> |