matrix.to/index.html

12 lines
173 B
HTML
Raw Normal View History

2020-11-27 11:05:20 -05:00
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<script type="module">
import {main} from "./src/main.js";
main(document.body);
2020-11-27 11:05:20 -05:00
</script>
</body>
</html>