2020-11-27 17:05:20 +01:00
<!DOCTYPE html>
< html >
< head >
2021-07-23 13:25:21 +02:00
< meta charset = "utf-8" >
< title > You're invited to talk on Matrix< / title >
< meta name = "description" content = "You're invited to talk on Matrix" >
< meta name = "viewport" content = "width=device-width, user-scalable=no" >
< link rel = "stylesheet" type = "text/css" href = "css/main.css" >
2021-11-23 15:23:51 +01:00
< meta property = "twitter:card" content = "summary" / >
< meta property = "twitter:image" content = "https://matrix.org/blog/img/matrix-logo.png" / >
< meta property = "twitter:site" content = "@matrixdotorg" / >
2022-09-19 13:53:48 +02:00
< meta property = "twitter:title" content = "Matrix - Decentralised and secure communication" / >
2022-09-19 13:54:23 +02:00
< meta property = "twitter:description" content = "You're invited to talk on Matrix. If you don't already have a client this link will help you pick one, and join the conversation. If you already have one, this link will help you join the conversation" / >
2020-11-27 17:05:20 +01:00
< / head >
< body >
2021-07-23 13:25:21 +02:00
< script id = "main" type = "module" >
import {main} from "./src/main.js";
main(document.body);
< / script >
2021-02-02 18:19:45 +01:00
< noscript >
< h1 > Please enable javascript< / h1 >
2021-02-04 14:59:38 +01:00
< p > Matrix.to is a preview service from chat rooms, people and communities on < a href = "https://matrix.org" > Matrix< / a > .< / p >
< p > It preserves your privacy by only processing what you view on the client side. For this to work, it needs javascript.< / p >
2021-02-02 18:19:45 +01:00
< / noscript >
2020-11-27 17:05:20 +01:00
< / body >
2020-12-04 15:31:11 +01:00
< / html >