diff options
Diffstat (limited to 'vnext/src/views')
-rw-r--r-- | vnext/src/views/index.html | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/vnext/src/views/index.html b/vnext/src/views/index.html index 2f4864dc..35a876ea 100644 --- a/vnext/src/views/index.html +++ b/vnext/src/views/index.html @@ -43,8 +43,19 @@ </head> <body id="body"> - <div id="header"></div> - <div id="wrapper"></div> + <div id="header"> + <div id="header_wrapper"> + <div id="logo"><a href="/">Juick</a></div> + </div> + </div> + <div id="wrapper"> + <noscript> + <article> + Javascript is required to use Juick from browser.<br /> + Alternatively we have <a href="mailto:juick@juick.com">maillist-like</a> and <a href="xmpp:juick@juick.com">chat</a> interfaces. + </article> + </noscript> + </div> <div id="footer"> <div id="footer-right"> · <a href="/help/contacts" rel="nofollow">Contacts</a> · |