hmm.st/converse.html

30 lines
797 B
HTML
Raw Permalink Normal View History

2021-03-31 20:06:56 +00:00
<!DOCTYPE html>
2021-03-31 19:29:44 +00:00
<html lang="en">
2021-03-31 20:06:56 +00:00
<head>
<meta charset="utf-8" />
<meta content="ie=edge" http-equiv="x-ua-compatible" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="/dist/converse.min.css" media="screen" rel="stylesheet"
type="text/css" />
<script charset="utf-8" src="/dist/converse.min.js" />
<title>hmm.st webchat</title>
</head>
2021-03-31 19:29:44 +00:00
2021-03-31 20:06:56 +00:00
<body>
<div class="container"></div>
</body>
2021-03-31 19:29:44 +00:00
2021-03-31 20:06:56 +00:00
<body>
<script><![CDATA[
2021-03-31 19:29:44 +00:00
converse.initialize({
websocket_url: 'wss://xmpp.hmm.st/ws/',
locked_domain: 'hmm.st',
registration_domain: 'hmm.st',
domain_placeholder: 'hmm.st',
message_archiving: 'always',
view_mode: 'fullscreen'
});
2021-03-31 20:06:56 +00:00
]]></script></body>
2021-03-31 19:29:44 +00:00
</html>