mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-14 19:20:28 +03:00
Feat: Add clovrlabs theme for cinny
This commit is contained in:
parent
ba72925d53
commit
243305a7e9
8 changed files with 78 additions and 77 deletions
20
index.html
20
index.html
|
|
@ -4,24 +4,24 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<title>Cinny</title>
|
||||
<meta name="name" content="Cinny" />
|
||||
<meta name="author" content="Ajay Bura" />
|
||||
<title>Clovr Labs</title>
|
||||
<meta name="name" content="Clovr Labs" />
|
||||
<meta name="author" content="Clovr Labs" />
|
||||
<meta
|
||||
name="description"
|
||||
content="A Matrix client where you can enjoy the conversation using simple, elegant and secure interface protected by e2ee with the power of open source."
|
||||
content="Secure matrix client for teams - built with enterprise-grade security and modern design."
|
||||
/>
|
||||
<meta
|
||||
name="keywords"
|
||||
content="cinny, cinnyapp, cinnychat, matrix, matrix client, matrix.org, element"
|
||||
content="clovr labs, matrix client, secure chat, team communication, enterprise messaging"
|
||||
/>
|
||||
|
||||
<meta property="og:title" content="Cinny" />
|
||||
<meta property="og:url" content="https://cinny.in" />
|
||||
<meta property="og:title" content="Clovr Labs" />
|
||||
<meta property="og:url" content="https://clovrlabs.com" />
|
||||
<meta property="og:image" content="https://cinny.in/assets/favicon-48x48.png" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="A Matrix client where you can enjoy the conversation using simple, elegant and secure interface protected by e2ee with the power of open source."
|
||||
content="Secure matrix client for teams - built with enterprise-grade security and modern design."
|
||||
/>
|
||||
<meta name="theme-color" content="#000000" />
|
||||
|
||||
|
|
@ -29,8 +29,8 @@
|
|||
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<meta name="application-name" content="Cinny" />
|
||||
<meta name="apple-mobile-web-app-title" content="Cinny" />
|
||||
<meta name="application-name" content="Clovr Labs" />
|
||||
<meta name="apple-mobile-web-app-title" content="Clovr Labs" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue