diff options
author | Vitaly Takmazov | 2022-10-28 00:14:01 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 40d411e516efee5531404725b45ab89d97172ce8 (patch) | |
tree | d675e93fc52ef50a40343219e1b992867964d3bf /vnext/src/index.html | |
parent | 2146a98bd98b7e275a0ee7bc7a243981b597f34c (diff) |
Initial SSR
Diffstat (limited to 'vnext/src/index.html')
-rw-r--r-- | vnext/src/index.html | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/vnext/src/index.html b/vnext/src/index.html index e69e1429..fa4b62a3 100644 --- a/vnext/src/index.html +++ b/vnext/src/index.html @@ -29,35 +29,7 @@ </head> <body> - <div id="app"> - <div id="header"> - <div id="header_wrapper"> - <div id="logo"><a href="/" /></div> - <nav id="global"> - <a href="/">Loading...</a> - </nav> - </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 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-2019 - <br /> - <!-- EXT_FOOTER --> - </div> - </div> - </div> + <div id="app"></div> </body> </html>
\ No newline at end of file |