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/user/user.html | |
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 '')
-rw-r--r-- | webclient/user/user.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/user/user.html b/webclient/user/user.html index 47db09d1ee..4c91c8a48a 100644 --- a/webclient/user/user.html +++ b/webclient/user/user.html @@ -1,4 +1,5 @@ <div ng-controller="UserController" class="user"> + <h1 id="logo">[matrix]</h1> <div id="page"> <div id="wrapper"> |