2020-11-27 11:05:20 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2020-11-30 07:14:13 -05:00
|
|
|
<meta charset="utf-8">
|
2020-12-04 09:31:11 -05:00
|
|
|
<title>You're invited to talk on Matrix</title>
|
|
|
|
<meta name="description" content="You're invited to talk on Matrix">
|
2020-11-30 07:14:13 -05:00
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
2020-11-30 06:49:16 -05:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/main.css">
|
2020-11-27 11:05:20 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-12-03 05:06:10 -05:00
|
|
|
<script id="main" type="module">
|
2020-11-27 11:05:20 -05:00
|
|
|
import {main} from "./src/main.js";
|
2020-11-30 04:57:39 -05:00
|
|
|
main(document.body);
|
2020-11-27 11:05:20 -05:00
|
|
|
</script>
|
2021-02-02 12:19:45 -05:00
|
|
|
<noscript>
|
|
|
|
<h1>Please enable javascript</h1>
|
2021-02-04 08:59:38 -05: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 12:19:45 -05:00
|
|
|
</noscript>
|
2020-11-27 11:05:20 -05:00
|
|
|
</body>
|
2020-12-04 09:31:11 -05:00
|
|
|
</html>
|