|
@@ -1,40 +1,28 @@
|
|
<html>
|
|
<html>
|
|
-
|
|
|
|
<head>
|
|
<head>
|
|
- <meta charset="utf-8">
|
|
|
|
- <meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
- <link href='synrc.css' type='text/css' rel='stylesheet'>
|
|
|
|
|
|
+ <meta charset="utf-8"/>
|
|
|
|
+ <meta http-equiv="x-ua-compatible" content="ie=edge"/>
|
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
|
|
+ <link href='synrc.css' type="text/css" rel='stylesheet'/>
|
|
<title>Chat</title>
|
|
<title>Chat</title>
|
|
</head>
|
|
</head>
|
|
-
|
|
|
|
<body class="chat">
|
|
<body class="chat">
|
|
- <header>
|
|
|
|
- <a href="/app/login.htm"><img src="https://n2o.space/img/Synrc%20Neo.svg"></a>
|
|
|
|
- <h2 id=heading>room</h2>
|
|
|
|
- <button id=logout>logout</button>
|
|
|
|
- </header>
|
|
|
|
- <main>
|
|
|
|
- <form>
|
|
|
|
- <textarea id=message rows='4' autofocus placeholder="Just type what you think about this"></textarea>
|
|
|
|
- <button id=upload>Browse</button>
|
|
|
|
- <button id=send>chat</button>
|
|
|
|
- </form>
|
|
|
|
- <history id="history">
|
|
|
|
- </history>
|
|
|
|
-
|
|
|
|
- </main>
|
|
|
|
|
|
+ <header><a href="/app/login.htm"><img src="https://n2o.space/img/Synrc%20Neo.svg"/></a>
|
|
|
|
+ <h2 id="heading">room</h2>
|
|
|
|
+ <button id="logout">logout</button></header>
|
|
|
|
+ <main><form><textarea id="message" rows='4' autofocus="true" placeholder="Just type what you think about this"></textarea>
|
|
|
|
+ <button id="upload">Browse</button>
|
|
|
|
+ <button id="send">chat</button></form>
|
|
|
|
+ <history id="history"></history></main>
|
|
<script src='https://ws.n2o.space/priv/utf8.js'></script>
|
|
<script src='https://ws.n2o.space/priv/utf8.js'></script>
|
|
<script src='https://ws.n2o.space/priv/bert.js'></script>
|
|
<script src='https://ws.n2o.space/priv/bert.js'></script>
|
|
<script src='https://ws.n2o.space/priv/heart.js'></script>
|
|
<script src='https://ws.n2o.space/priv/heart.js'></script>
|
|
<script src='https://ws.n2o.space/priv/ieee754.js'></script>
|
|
<script src='https://ws.n2o.space/priv/ieee754.js'></script>
|
|
<script src='https://ws.n2o.space/priv/n2o.js'></script>
|
|
<script src='https://ws.n2o.space/priv/n2o.js'></script>
|
|
- <script>host = location.hostname === 'sample.n2o.space' ? 'ns.synrc.com' : location.hostname;
|
|
|
|
- port = 8001;</script>
|
|
|
|
- <script src='https://ws.n2o.space/priv/ftp.js'></script>
|
|
|
|
- <script src='https://ws.n2o.space/priv/nitro.js'></script>
|
|
|
|
- <script>$io.do = function(r) { console.log(r); };</script>
|
|
|
|
- <script>protos = [$bert]; N2O_start();</script>
|
|
|
|
|
|
+ <script>host = location.hostname === 'sample.n2o.space' ? 'ns.synrc.com' : location.hostname; port = 8001;</script>
|
|
|
|
+ <script src='https://ws.n2o.space/priv/ftp.js'></script>
|
|
|
|
+ <script src='https://ws.n2o.space/priv/nitro.js'></script>
|
|
|
|
+ <script>$io.do = function(r) { console.log(r); };</script>
|
|
|
|
+ <script>protos = [$bert]; N2O_start();</script>
|
|
</body>
|
|
</body>
|
|
-
|
|
|
|
</html>
|
|
</html>
|