2014-08-16 00:05:37 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<meta charset="utf-8">
|
2018-02-26 06:15:00 +00:00
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
2014-08-16 00:05:37 +00:00
|
|
|
|
2017-04-14 18:10:17 +00:00
|
|
|
<link rel="preload" as="script" href="js/bundle.vendor.js">
|
|
|
|
<link rel="preload" as="script" href="js/bundle.js">
|
2014-08-16 00:05:37 +00:00
|
|
|
<link rel="stylesheet" href="css/style.css">
|
2017-11-22 07:13:52 +00:00
|
|
|
<link id="theme" rel="stylesheet" href="themes/<%- theme %>.css" data-server-theme="<%- theme %>">
|
2018-01-05 17:40:34 +00:00
|
|
|
<% _.forEach(stylesheets, function(css) { %>
|
2018-02-08 08:57:57 +00:00
|
|
|
<link rel="stylesheet" href="packages/<%- css %>">
|
2018-01-05 17:40:34 +00:00
|
|
|
<% }); %>
|
2016-02-28 07:54:10 +00:00
|
|
|
<style id="user-specified-css"></style>
|
2014-08-16 00:05:37 +00:00
|
|
|
|
2017-04-14 18:10:17 +00:00
|
|
|
<title>The Lounge</title>
|
|
|
|
|
2016-02-24 17:19:05 +00:00
|
|
|
<link rel="shortcut icon" href="img/favicon.png" data-other="img/favicon-notification.png" data-toggled="false" id="favicon">
|
2016-02-13 21:24:43 +00:00
|
|
|
<link rel="apple-touch-icon" sizes="120x120" href="img/apple-touch-icon-120x120.png">
|
2017-11-12 18:24:21 +00:00
|
|
|
<link rel="mask-icon" href="img/logo.svg" color="<%- themeColor %>">
|
2016-05-10 10:14:51 +00:00
|
|
|
<link rel="manifest" href="manifest.json">
|
2014-08-16 00:05:37 +00:00
|
|
|
|
2017-04-14 18:10:17 +00: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 18:24:21 +00:00
|
|
|
<meta name="theme-color" content="<%- themeColor %>">
|
2017-04-14 18:10:17 +00:00
|
|
|
|
2014-08-16 00:05:37 +00:00
|
|
|
</head>
|
2017-11-12 18:24:21 +00:00
|
|
|
<body class="signed-out<%- public ? " public" : "" %>" data-transports="<%- JSON.stringify(transports) %>">
|
2018-03-10 22:23:43 +00:00
|
|
|
<div id="viewport" role="tablist">
|
|
|
|
<aside id="sidebar">
|
|
|
|
<div class="networks"></div>
|
|
|
|
<div class="empty">
|
|
|
|
You're not connected to any networks yet.
|
|
|
|
</div>
|
|
|
|
<footer id="footer">
|
|
|
|
<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" role="tab" aria-controls="sign-in" aria-selected="false"></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" role="tab" aria-controls="connect" aria-selected="false"></button></span>
|
|
|
|
<span class="tooltipped tooltipped-n tooltipped-no-touch" aria-label="Settings"><button class="icon settings" data-target="#settings" aria-label="Settings" role="tab" aria-controls="settings" aria-selected="false"></button></span>
|
|
|
|
<span class="tooltipped tooltipped-n tooltipped-no-touch" aria-label="Help"><button class="icon help" data-target="#help" aria-label="Help" role="tab" aria-controls="help" aria-selected="false"></button></span>
|
|
|
|
</footer>
|
|
|
|
</aside>
|
2018-03-17 07:13:43 +00:00
|
|
|
<div id="sidebar-overlay"></div>
|
2018-03-10 22:23:43 +00:00
|
|
|
<article id="windows">
|
2016-06-21 05:52:18 +00:00
|
|
|
<div id="loading" class="window active">
|
2017-10-28 20:50:57 +00:00
|
|
|
<div id="loading-status-container">
|
2018-03-11 21:20:51 +00:00
|
|
|
<img src="img/logo-vertical-transparent-bg.svg" class="logo" alt="The Lounge" width="256" height="170">
|
|
|
|
<img src="img/logo-vertical-transparent-bg-inverted.svg" class="logo-inverted" alt="The Lounge" width="256" height="170">
|
2017-10-28 20:50:57 +00:00
|
|
|
<p id="loading-page-message"><a href="https://enable-javascript.com/" target="_blank" rel="noopener">Your JavaScript must be enabled.</a></p>
|
2016-06-07 17:56:49 +00:00
|
|
|
</div>
|
2017-10-28 20:50:57 +00:00
|
|
|
<div id="loading-reload-container">
|
|
|
|
<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>
|
|
|
|
</div>
|
|
|
|
<script async src="js/loading-error-handlers.js"></script>
|
2016-06-07 17:56:49 +00:00
|
|
|
</div>
|
2016-07-05 23:23:46 +00:00
|
|
|
<div id="chat-container" class="window">
|
|
|
|
<div id="chat"></div>
|
2017-08-28 15:03:27 +00:00
|
|
|
<div id="connection-error"></div>
|
2016-07-05 23:23:46 +00:00
|
|
|
<form id="form" method="post" action="">
|
|
|
|
<div class="input">
|
2016-07-29 06:10:29 +00:00
|
|
|
<span id="nick">
|
|
|
|
<span id="nick-value" spellcheck="false"></span><!-- Comments here remove spaces between elements
|
2017-12-21 18:11:49 +00: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 05:06:58 +00: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 06:10:29 +00:00
|
|
|
</span>
|
2016-07-05 23:23:46 +00:00
|
|
|
<textarea id="input" class="mousetrap"></textarea>
|
2016-12-19 14:59:19 +00:00
|
|
|
<span id="submit-tooltip" class="tooltipped tooltipped-w tooltipped-no-touch" aria-label="Send message">
|
2016-08-03 05:10:22 +00:00
|
|
|
<button id="submit" type="submit" aria-label="Send message"></button>
|
|
|
|
</span>
|
2016-07-05 23:23:46 +00:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
2018-02-20 07:19:20 +00:00
|
|
|
<div id="sign-in" class="window" role="tabpanel" aria-label="Sign-in"></div>
|
|
|
|
<div id="connect" class="window" role="tabpanel" aria-label="Connect"></div>
|
|
|
|
<div id="settings" class="window" role="tabpanel" aria-label="Settings"></div>
|
|
|
|
<div id="help" class="window" role="tabpanel" aria-label="Help"></div>
|
|
|
|
<div id="changelog" class="window" aria-label="Changelog"></div>
|
2018-03-10 22:23:43 +00:00
|
|
|
</article>
|
2014-08-16 00:05:37 +00:00
|
|
|
</div>
|
|
|
|
|
2018-03-10 22:23:43 +00:00
|
|
|
<div id="context-menu-container">
|
|
|
|
<ul id="context-menu"></ul>
|
|
|
|
</div>
|
2017-07-12 06:55:41 +00:00
|
|
|
|
2018-03-10 22:23:43 +00:00
|
|
|
<div id="image-viewer"></div>
|
2014-08-16 00:05:37 +00:00
|
|
|
|
2018-03-10 22:23:43 +00:00
|
|
|
<script src="js/bundle.vendor.js"></script>
|
|
|
|
<script src="js/bundle.js"></script>
|
2014-08-16 00:05:37 +00:00
|
|
|
</body>
|
|
|
|
</html>
|