|
5 | 5 | <meta charset="UTF-8" /> |
6 | 6 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 8 | + |
8 | 9 | <title>Pony House</title> |
9 | | - <meta name="name" content="Pony House - Matrix" /> |
| 10 | + |
| 11 | + <meta content="website" property="og:type" /> |
| 12 | + |
| 13 | + <meta name="name" content="Pony House - Matrix Client" /> |
| 14 | + |
10 | 15 | <meta name="author" content="JasminDreasond (Yasmin Seidel)" /> |
| 16 | + |
11 | 17 | <meta |
12 | 18 | name="description" |
13 | 19 | content="A Private Matrix client where you can enjoy the conversation using simple, elegant and secure interface protected by e2ee with the power of open source." |
14 | 20 | /> |
| 21 | + |
15 | 22 | <meta |
16 | 23 | name="keywords" |
17 | 24 | content="cinny, cinnyapp, cinnychat, matrix, matrix client, matrix.org, element, jasmindreasond, pony, house, pony house, tiny jasmini" |
18 | 25 | /> |
19 | 26 |
|
| 27 | + <meta property="og:site_name" content="Pony House" /> |
20 | 28 | <meta property="og:title" content="Pony House" /> |
21 | 29 | <meta property="og:url" content="https://client.pony.house" /> |
22 | | - <meta property="og:image" content="./favicon.ico" /> |
| 30 | + <meta property="og:image" content="./img/png/cinny.png" /> |
| 31 | + |
23 | 32 | <meta |
24 | 33 | property="og:description" |
25 | 34 | content="A Private Matrix client where you can enjoy the conversation using simple, elegant and secure interface protected by e2ee with the power of open source." |
|
37 | 46 | <meta name="apple-mobile-web-app-capable" content="yes" /> |
38 | 47 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> |
39 | 48 |
|
| 49 | + <!-- |
| 50 | + <meta content="ponyhouse://home" property="al:ios:url" data-rh="true" /> |
| 51 | + <meta content="ponyhouse://home" property="al:android:url" data-rh="true" /> |
| 52 | + <meta content="pony.house.matrix" property="al:android:package" data-rh="true" /> |
| 53 | + <meta content="Pony House" property="al:android:app_name" data-rh="true" /> |
| 54 | + <meta description="" name="description" data-rh="true" /> |
| 55 | + --> |
| 56 | + |
40 | 57 | <script src="./js/web3.min.js"></script> |
41 | 58 |
|
42 | 59 | <link rel="apple-touch-icon" sizes="57x57" href="./img/apple/apple-touch-icon-57x57.png" /> |
|
54 | 71 | <script> |
55 | 72 | window.global ||= window; |
56 | 73 | </script> |
| 74 | + |
57 | 75 | <div id="root"></div> |
| 76 | + |
58 | 77 | <audio id="notificationSound"> |
59 | 78 | <source src="./sound/notification.ogg" type="audio/ogg" /> |
60 | 79 | </audio> |
| 80 | + |
61 | 81 | <audio id="inviteSound"> |
62 | 82 | <source src="./sound/invite.ogg" type="audio/ogg" /> |
63 | 83 | </audio> |
| 84 | + |
64 | 85 | <script type="module" src="./src/index.jsx"></script> |
65 | 86 | </body> |
66 | 87 | </html> |
0 commit comments