Skip to content

Commit ffe311d

Browse files
head files - new data
1 parent 3a9ceec commit ffe311d

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

index.html

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,30 @@
55
<meta charset="UTF-8" />
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
89
<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+
1015
<meta name="author" content="JasminDreasond (Yasmin Seidel)" />
16+
1117
<meta
1218
name="description"
1319
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."
1420
/>
21+
1522
<meta
1623
name="keywords"
1724
content="cinny, cinnyapp, cinnychat, matrix, matrix client, matrix.org, element, jasmindreasond, pony, house, pony house, tiny jasmini"
1825
/>
1926

27+
<meta property="og:site_name" content="Pony House" />
2028
<meta property="og:title" content="Pony House" />
2129
<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+
2332
<meta
2433
property="og:description"
2534
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,6 +46,14 @@
3746
<meta name="apple-mobile-web-app-capable" content="yes" />
3847
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
3948

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+
4057
<script src="./js/web3.min.js"></script>
4158

4259
<link rel="apple-touch-icon" sizes="57x57" href="./img/apple/apple-touch-icon-57x57.png" />
@@ -54,13 +71,17 @@
5471
<script>
5572
window.global ||= window;
5673
</script>
74+
5775
<div id="root"></div>
76+
5877
<audio id="notificationSound">
5978
<source src="./sound/notification.ogg" type="audio/ogg" />
6079
</audio>
80+
6181
<audio id="inviteSound">
6282
<source src="./sound/invite.ogg" type="audio/ogg" />
6383
</audio>
84+
6485
<script type="module" src="./src/index.jsx"></script>
6586
</body>
6687
</html>

public_beta/opensearch.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
2+
<ShortName>Pony House</ShortName>
3+
<Description>Pony House Search</Description>
4+
<Url type="text/html" method="get" template="https://client.pony.house/search?q={searchTerms}"/>
5+
<Image width="16" height="16">https://client.pony.house/favicon.ico</Image>
6+
<InputEncoding>UTF-8</InputEncoding>
7+
<moz:SearchForm>https://client.pony.house/search-home</moz:SearchForm>
8+
</OpenSearchDescription>

0 commit comments

Comments
 (0)