Files
Toju/website/src/index.html
Myx 106212ef3d
All checks were successful
Queue Release Build / prepare (push) Successful in 13s
Queue Release Build / build-windows (push) Successful in 36m11s
Queue Release Build / build-linux (push) Successful in 41m21s
Queue Release Build / finalize (push) Successful in 3m44s
feat: Add website v1
Not final:
Needs more file icons
clean up some text
2026-03-12 01:33:45 +01:00

109 lines
2.9 KiB
HTML

<!doctype html>
<html
lang="en"
class="dark"
>
<head>
<meta charset="utf-8" />
<title>Toju — Free Peer-to-Peer Voice, Video & Chat</title>
<base href="/" />
<meta
name="viewport"
content="width=device-width, initial-scale=1"
/>
<meta
name="description"
content="Toju is a free, open-source, peer-to-peer communication app. Crystal-clear voice calls, unlimited screen sharing, no file size limits, and complete privacy. No data harvesting. No paywalls. Ever."
/>
<meta
name="keywords"
content="peer to peer chat, p2p voice calls, free screen sharing, open source chat app, private messaging, file sharing no limit, gaming voice chat, free voice chat, encrypted communication"
/>
<meta
name="author"
content="Myxelium"
/>
<meta
name="robots"
content="index, follow"
/>
<meta
name="theme-color"
content="#8b5cf6"
/>
<!-- Open Graph -->
<meta
property="og:type"
content="website"
/>
<meta
property="og:url"
content="https://toju.app/"
/>
<meta
property="og:title"
content="Toju — Free Peer-to-Peer Voice, Video & Chat"
/>
<meta
property="og:description"
content="Crystal-clear voice calls, unlimited screen sharing, and private messaging. 100% free, open source, peer-to-peer."
/>
<meta
property="og:image"
content="https://toju.app/og-image.png"
/>
<meta
property="og:site_name"
content="Toju"
/>
<!-- Twitter Card -->
<meta
name="twitter:card"
content="summary_large_image"
/>
<meta
name="twitter:title"
content="Toju — Free Peer-to-Peer Voice, Video & Chat"
/>
<meta
name="twitter:description"
content="Crystal-clear voice calls, unlimited screen sharing, and private messaging. 100% free, open source, peer-to-peer."
/>
<meta
name="twitter:image"
content="https://toju.app/og-image.png"
/>
<link
rel="canonical"
href="https://toju.app/"
/>
<link
rel="icon"
type="image/x-icon"
href="favicon.ico"
/>
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Toju",
"operatingSystem": "Windows, Linux",
"applicationCategory": "CommunicationApplication",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" },
"author": { "@type": "Organization", "name": "Myxelium", "url": "https://github.com/Myxelium" },
"description": "Free, open-source, peer-to-peer communication app with voice calls, screen sharing, and file sharing.",
"url": "https://toju.app/",
"downloadUrl": "https://toju.app/downloads"
}
</script>
</head>
<body>
<app-root></app-root>
</body>
</html>