diff options
author | Vitaly Takmazov | 2019-10-23 14:17:02 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 8f9a945990b403ebc673f79be925c0fd3737105c (patch) | |
tree | db30142cde95ac58c626b88380dc74cc3cd03eaa /vnext/src/index.html | |
parent | a2f6029a5161818476e4c3376424330e4829da65 (diff) |
Fixed header
Diffstat (limited to 'vnext/src/index.html')
-rw-r--r-- | vnext/src/index.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/vnext/src/index.html b/vnext/src/index.html index 226b89c6..7c408656 100644 --- a/vnext/src/index.html +++ b/vnext/src/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" /> @@ -26,11 +27,12 @@ <link rel="icon" type="image/png" sizes="16x16" href="//i.juick.com/favicon-16x16.png" /> <link rel="manifest" href="//i.juick.com/manifest.json" /> </head> + <body> <div id="app"> <div id="header"> <div id="header_wrapper"> - <div id="logo"><a href="/"/></div> + <div id="logo"><a href="/" /></div> <nav id="global"> <a href="/">Loading...</a> </nav> @@ -40,7 +42,8 @@ <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> + 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> @@ -58,4 +61,5 @@ </div> </div> </body> -</html> + +</html>
\ No newline at end of file |