matrix.to/index.html

21 lines
673 B
HTML
Raw Normal View History

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";
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>
<p>Matrix.to preserves your privacy by only processing which rooms and people you view on the client side. For this to work, it needs javascript.</p>
</noscript>
2020-11-27 11:05:20 -05:00
</body>
2020-12-04 09:31:11 -05:00
</html>