Software /
code /
prosody-modules
Comparison
mod_conversejs/templates/template.html @ 4165:6b2a1c9ef6e2
mod_conversejs: Move templates into a directory for easier install
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 01 Oct 2020 17:49:10 +0200 |
parent | 3600:mod_conversejs/template.html@f32efd448794 |
child | 4823:d3e926bf0c8a |
comparison
equal
deleted
inserted
replaced
4164:a82b0745383b | 4165:6b2a1c9ef6e2 |
---|---|
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <meta charset="utf-8"> | |
5 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
6 {header_style# | |
7 <link rel="stylesheet" type="text/css" media="screen" href="{item}"/>} | |
8 {header_scripts# | |
9 <script charset="utf-8" src="{item}"></script>} | |
10 <title>{service_name?Prosody IM and Converse.js}</title> | |
11 {header_tags# | |
12 {item!}} | |
13 </head> | |
14 <body> | |
15 <noscript> | |
16 <h1>Converse.js</h1> | |
17 <p>I'm sorry, but this XMPP client application won't work without JavaScript.</p> | |
18 <p>Perhaps you would like to try one of these clients:</p> | |
19 <dl> | |
20 <dt>Desktop</dt> | |
21 <dd><ul> | |
22 <li><a href="https://gajim.org/">Gajim</a></li> | |
23 <li><a href="https://poez.io/">Poezio</a></li> | |
24 <li><a href="https://swift.im/">Swift</a></li> | |
25 </ul></dd> | |
26 <dt>Mobile</dt> | |
27 <dd><ul> | |
28 <li><a href="https://github.com/siacs/Conversations">Conversations</a></li> | |
29 <li><a href="https://yaxim.org/">Yaxim</a></li> | |
30 </ul></dd> | |
31 </dl> | |
32 <p><a href="https://xmpp.org/software/clients.html">More clients...</a></p> | |
33 </noscript> | |
34 <script>{conversejs.startup.script!}</script> | |
35 </body> | |
36 </html> |