2014-08-15 17:05:37 -07:00
<!doctype html>
< html >
< head >
< meta charset = "utf-8" >
2014-09-28 15:46:32 -07:00
< meta name = "viewport" content = "width=device-width, user-scalable=no" >
2014-08-15 17:05:37 -07:00
2017-04-14 21:10:17 +03:00
< link rel = "preload" as = "script" href = "js/bundle.vendor.js" >
< link rel = "preload" as = "script" href = "js/bundle.js" >
2014-08-15 17:05:37 -07:00
< link rel = "stylesheet" href = "css/bootstrap.css" >
2017-12-18 17:59:35 -08:00
< link rel = "stylesheet" href = "css/primer-tooltips.css" >
2014-08-15 17:05:37 -07:00
< link rel = "stylesheet" href = "css/style.css" >
2017-11-12 20:24:21 +02:00
< link id = "theme" rel = "stylesheet" href = "<%- theme %>" >
2016-02-28 09:54:10 +02:00
< style id = "user-specified-css" > < / style >
2014-08-15 17:05:37 -07:00
2017-04-14 21:10:17 +03:00
< title > The Lounge< / title >
2016-02-24 19:19:05 +02:00
< link rel = "shortcut icon" href = "img/favicon.png" data-other = "img/favicon-notification.png" data-toggled = "false" id = "favicon" >
2016-02-13 22:24:43 +01:00
< link rel = "apple-touch-icon" sizes = "120x120" href = "img/apple-touch-icon-120x120.png" >
2017-11-12 20:24:21 +02:00
< link rel = "mask-icon" href = "img/logo.svg" color = "<%- themeColor %>" >
2016-05-10 13:14:51 +03:00
< link rel = "manifest" href = "manifest.json" >
2014-08-15 17:05:37 -07:00
2017-04-14 21:10:17 +03:00
< meta name = "apple-mobile-web-app-capable" content = "yes" >
< meta name = "apple-mobile-web-app-status-bar-style" content = "black-translucent" >
< meta name = "mobile-web-app-capable" content = "yes" >
2017-11-12 20:24:21 +02:00
< meta name = "theme-color" content = "<%- themeColor %>" >
2017-04-14 21:10:17 +03:00
2014-08-15 17:05:37 -07:00
< / head >
2017-11-12 20:24:21 +02:00
< body class = "signed-out<%- public ? " public " : " " % > " data-transports="< %- JSON.stringify(transports) %>">
2014-08-15 17:05:37 -07:00
< div id = "wrap" >
< div id = "viewport" >
2016-06-22 23:05:25 +03:00
< aside id = "sidebar" >
< div class = "networks" > < / div >
< div class = "empty" >
You're not connected to any networks yet.
2014-08-15 17:05:37 -07:00
< / div >
< / aside >
2014-09-19 16:12:17 -07:00
< footer id = "footer" >
2016-12-19 16:59:19 +02:00
< span class = "tooltipped tooltipped-n tooltipped-no-touch" aria-label = "Sign in" > < button class = "icon sign-in" data-target = "#sign-in" aria-label = "Sign in" > < / button > < / span >
< span class = "tooltipped tooltipped-n tooltipped-no-touch" aria-label = "Connect to network" > < button class = "icon connect" data-target = "#connect" aria-label = "Connect to network" > < / button > < / span >
2017-12-22 22:10:14 -05:00
< span class = "tooltipped tooltipped-n tooltipped-no-touch" aria-label = "Settings" > < button class = "icon settings" data-target = "#settings" aria-label = "Settings" > < / button > < / span >
2016-12-19 16:59:19 +02:00
< span class = "tooltipped tooltipped-n tooltipped-no-touch" aria-label = "Help" > < button class = "icon help" data-target = "#help" aria-label = "Help" > < / button > < / span >
< span class = "tooltipped tooltipped-n tooltipped-no-touch" aria-label = "Sign out" > < button class = "icon sign-out" id = "sign-out" aria-label = "Sign out" > < / button > < / span >
2014-09-19 16:12:17 -07:00
< / footer >
2014-08-15 17:05:37 -07:00
< div id = "main" >
< div id = "windows" >
2016-06-21 01:52:18 -04:00
< div id = "loading" class = "window active" >
< div class = "container" >
2017-11-04 19:11:20 +02:00
< div class = "row" >
< div class = "col-xs-12" >
2017-12-01 20:04:50 +02:00
< h1 class = "title" id = "loading-title" > The Lounge is loading…< / h1 >
2017-11-04 19:11:20 +02:00
< / div >
< div class = "col-xs-12" >
< p id = "loading-page-message" > Loading the app… < a href = "http://enable-javascript.com/" target = "_blank" rel = "noopener" > Make sure to have JavaScript enabled.< / a > < / p >
2017-12-16 16:19:51 -05:00
< p id = "loading-slow" >
This is taking longer than it should, there might be
connectivity issues.
< / p >
< button id = "loading-reload" class = "btn" > Reload page< / button >
2017-12-16 18:18:43 -05:00
< script async src = "js/loading-error-handlers.js" > < / script >
2017-11-04 19:11:20 +02:00
< / div >
< / div >
2016-06-07 20:56:49 +03:00
< / div >
< / div >
2016-07-05 19:23:46 -04:00
< div id = "chat-container" class = "window" >
< div id = "chat" > < / div >
2017-08-28 18:03:27 +03:00
< div id = "connection-error" > < / div >
2016-07-05 19:23:46 -04:00
< form id = "form" method = "post" action = "" >
< div class = "input" >
2016-07-29 02:10:29 -04:00
< span id = "nick" >
< span id = "nick-value" spellcheck = "false" > < / span > <!-- Comments here remove spaces between elements
2017-12-21 13:11:49 -05:00
-->< span id = "set-nick-tooltip" class = "tooltipped tooltipped-e" aria-label = "Change nick…" > < button id = "set-nick" type = "button" aria-label = "Change nick…" > < / button > < / span > <!--
2016-08-03 01:06:58 -04:00
-->< span id = "cancel-nick-tooltip" class = "tooltipped tooltipped-e" aria-label = "Cancel" > < button id = "cancel-nick" type = "button" aria-label = "Cancel" > < / button > < / span > <!--
-->< span id = "save-nick-tooltip" class = "tooltipped tooltipped-e" aria-label = "Save" > < button id = "submit-nick" type = "button" aria-label = "Save" > < / button > < / span >
2016-07-29 02:10:29 -04:00
< / span >
2016-07-05 19:23:46 -04:00
< textarea id = "input" class = "mousetrap" > < / textarea >
2016-12-19 16:59:19 +02:00
< span id = "submit-tooltip" class = "tooltipped tooltipped-w tooltipped-no-touch" aria-label = "Send message" >
2016-08-03 01:10:22 -04:00
< button id = "submit" type = "submit" aria-label = "Send message" > < / button >
< / span >
2016-07-05 19:23:46 -04:00
< / div >
< / form >
< / div >
2017-11-04 19:11:20 +02:00
< div id = "sign-in" class = "window" > < / div >
2017-11-04 19:19:12 +02:00
< div id = "connect" class = "window" > < / div >
2017-12-22 22:10:14 -05:00
< div id = "settings" class = "window" > < / div >
2017-11-12 20:00:34 +02:00
< div id = "help" class = "window" > < / div >
2017-07-13 21:32:18 +03:00
< div id = "changelog" class = "window" > < / div >
2014-08-15 17:05:37 -07:00
< / div >
< / div >
< / div >
< / div >
2016-02-12 13:34:10 +02:00
< div id = "context-menu-container" >
< ul id = "context-menu" > < / ul >
< / div >
2017-07-12 02:55:41 -04:00
< div id = "image-viewer" > < / div >
2016-12-18 17:53:28 +02:00
< script src = "js/bundle.vendor.js" > < / script >
< script src = "js/bundle.js" > < / script >
2014-08-15 17:05:37 -07:00
< / body >
< / html >