matrix.to/index.html

16 lines
443 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>matrix.to - you're invited to chat on matrix</title>
<meta name="description" content="You're invited to chat on matrix">
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<script type="module">
import {main} from "./src/main.js";
main(document.body);
</script>
</body>
</html>