diff options
Diffstat (limited to 'vnext/src/views/index.html')
-rw-r--r-- | vnext/src/views/index.html | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/vnext/src/views/index.html b/vnext/src/views/index.html index b26d181f..3b8480d7 100644 --- a/vnext/src/views/index.html +++ b/vnext/src/views/index.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <html prefix="og: http://ogp.me/ns#"> + <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> @@ -29,29 +30,29 @@ </head> <body> - <div id="body"> - <div id="header"> - <div id="header_wrapper"> - <div id="logo"><a href="/">Juick</a></div> + <div id="app"> + <div id="header"> + <div id="header_wrapper"> + <div id="logo"><a href="/">Juick</a></div> + </div> </div> - </div> - <div id="content"> - <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> - <div id="footer"> - <div id="footer-right"> · - <a href="/help/contacts" rel="nofollow">Contacts</a> · - <a href="/help/tos" rel="nofollow">TOS</a> + <div id="content"> + <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-left">juick.com © 2008-2018 - <br /> - <!-- EXT_FOOTER --> + <div id="footer"> + <div id="footer-right"> · + <a href="/help/contacts" rel="nofollow">Contacts</a> · + <a href="/help/tos" rel="nofollow">TOS</a> + </div> + <div id="footer-left">juick.com © 2008-2018 + <br /> + <!-- EXT_FOOTER --> + </div> </div> </div> </body> |