diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-23 20:45:00 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-23 20:45:00 +0100 |
commit | d2bb28d2df6ffe58db1a56e7aec85c34d9d1425f (patch) | |
tree | dfd57963663627b4b2c63ffc699c3d9891abe643 /webclient/login | |
parent | point out the non-quick-start guide (diff) | |
download | synapse-d2bb28d2df6ffe58db1a56e7aec85c34d9d1425f.tar.xz |
very quick and dirty responsive design for iPhones
Diffstat (limited to 'webclient/login')
-rw-r--r-- | webclient/login/login.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webclient/login/login.html b/webclient/login/login.html index b1488b37f0..4b2ea60928 100644 --- a/webclient/login/login.html +++ b/webclient/login/login.html @@ -1,4 +1,6 @@ -<div ng-controller="LoginController" class="login"> +<div ng-controller="LoginController" class="login"> + <h1 id="logo">[matrix]</h1> + <div id="page"> <div id="wrapper"> |