You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.2 KiB
HTML
25 lines
1.2 KiB
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<title>Spootle Webchat</title>
|
|
<link rel="shortcut icon" href="favicon.ico">
|
|
<link type="text/css" rel="stylesheet" media="screen" href="/dist/converse.min.css" />
|
|
<script src="/3rdparty/libsignal-protocol.js"></script>
|
|
<script src="/dist/converse.min.js"></script>
|
|
<script src="/conversejs.config.js"></script>
|
|
<link rel="stylesheet" href="conversejs_styling.css">
|
|
</head>
|
|
<body>
|
|
<noscript>Du musst JavaScript aktivieren, damit der Spootle Webchat funktioniert</noscript>
|
|
<div id="cjscontainer">
|
|
<div id="conversejs">
|
|
ConverseJS
|
|
</div>
|
|
</div>
|
|
<div id="footer">
|
|
| <a href="https://www.spootle.de/datenschutz/" class="legallink">Datenschutz</a> | <a href="https://www.spootle.de/impressum/" class="legallink">Impressum</a> | <a href="https://www.spootle.de/agb/" class="legallink">Nutzungsbedingungen</a> |
|
|
</div>
|
|
</body>
|
|
</html>
|