matrix.to/index.html

13 lines
234 B
HTML
Raw Normal View History

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