1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 18:32:34 +01:00
client/public/index.html
2023-04-24 12:16:16 -04:00

45 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Primary Meta Tags -->
<meta name="title" content="Spacebar Client - For better and secure communication">
<meta name="description" content="Spacebar is a free and open source software compatible with Discord. It's a chat, voice and video platform similar to Slack and Rocket.chat.">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://spacebar.chat/">
<meta property="og:title" content="Spacebar Client - For better and secure communication">
<meta property="og:description" content="Spacebar is a free and open source software compatible with Discord. It's a chat, voice and video platform similar to Slack and Rocket.chat.">
<meta property="og:image" content="%PUBLIC_URL%/Spacebar.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://spacebar.chat/">
<meta property="twitter:title" content="Spacebar Client - For better and secure communication">
<meta property="twitter:description" content="Spacebar is a free and open source software compatible with Discord. It's a chat, voice and video platform similar to Slack and Rocket.chat.">
<meta property="twitter:image" content="%PUBLIC_URL%/Spacebar.png">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<title>Spacebar</title>
<style>
html,
body,
#root,
#root > div {
height: 100%;
}
</style>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>