diff options
| author | garbash <dor.garbash@gmail.com> | 2015-01-11 14:25:47 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-01-11 14:25:47 +0200 |
| commit | 6b8369102716509c34c95a226cffd11881d3f4b6 (patch) | |
| tree | 5f881b786228e887c8f478116c197c34775a4818 /res/templates | |
| parent | b87cf86bbf0adf0653db815ee9d8b39785b18758 (diff) | |
added background image to login screen
Diffstat (limited to 'res/templates')
| -rw-r--r-- | res/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/login.html b/res/templates/login.html index abef86b4..f21e4109 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -26,7 +26,7 @@ </script> </head> -<body> +<body class="login-background"> <h1> Welcome to Rhizi!</h1> <p>Rhizi is a collaborative knowledge editor. With it, you can upload your internship proposals for review and share the skills, interests and project you participate in.</p> |
