Skip to content
Snippets Groups Projects
index.html 443 B
Newer Older
Bruno Windels's avatar
Bruno Windels committed
<!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">
Bruno Windels's avatar
Bruno Windels committed
	<link rel="stylesheet" type="text/css" href="css/main.css">
Bruno Windels's avatar
Bruno Windels committed
</head>
<body>
	<script type="module">
		import {main} from "./src/main.js";
		main(document.body);
Bruno Windels's avatar
Bruno Windels committed
	</script>
</body>
</html>