XMPP invitation landing page, without javascript
Add list of apps for Mac
| -rw-r--r-- | clients_OSX.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clients_OSX.json b/clients_OSX.json new file mode 100644 index 0000000..26647b9 --- /dev/null +++ b/clients_OSX.json @@ -0,0 +1,7 @@ +[ + "<a href=\"https://jitsi.org/\"><img src=\"assets/jitsi.svg\" height=\"60\">Jitsi</a>", + "<a href=\"https://swift.im/\"><img src=\"assets/swift.svg\" height=\"60\">Swift</a>", + "<a href=\"https://monal.im/\"><img src=\"assets/monal.svg\" height=\"60\">Monal</a>", + "<a href=\"https://conversejs.org/\"><img src=\"assets/conversejs.svg\" height=\"60\">Converse</a>", + "<a href=\"https://psi-im.org/\"><img src=\"assets/psi.png\" height=\"60\">Psi</a>" +] |