env.esq/index.html

16 lines
443 B
HTML
Raw Normal View History

2020-11-27 17:05:20 +01:00
<!DOCTYPE html>
<html>
<head>
2020-11-30 13:14:13 +01:00
<meta charset="utf-8">
2020-11-30 21:05:26 +01:00
<title>matrix.to - you're invited to chat on matrix</title>
<meta name="description" content="You're invited to chat on matrix">
2020-11-30 13:14:13 +01:00
<meta name="viewport" content="width=device-width, user-scalable=no">
2020-11-30 12:49:16 +01:00
<link rel="stylesheet" type="text/css" href="css/main.css">
2020-11-27 17:05:20 +01:00
</head>
<body>
<script type="module">
import {main} from "./src/main.js";
main(document.body);
2020-11-27 17:05:20 +01:00
</script>
</body>
</html>