matrix.to/index.html

17 lines
442 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>
</body>
2020-12-04 09:31:11 -05:00
</html>