2021-07-05 22:37:15 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
2021-10-16 21:04:28 +00:00
|
|
|
<html>
|
2021-07-05 22:37:15 +00:00
|
|
|
|
2021-10-16 21:04:28 +00:00
|
|
|
<head>
|
2022-01-02 07:15:04 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" charset="utf-8" />
|
2021-07-29 01:46:53 +00:00
|
|
|
</head>
|
2021-07-05 22:37:15 +00:00
|
|
|
|
2021-10-16 21:04:28 +00:00
|
|
|
|
2021-07-29 01:46:53 +00:00
|
|
|
<body>
|
2021-11-19 05:49:04 +00:00
|
|
|
<div id="main">
|
2021-07-29 01:46:53 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
2022-01-12 12:34:37 +00:00
|
|
|
|
2022-01-21 20:06:57 +00:00
|
|
|
<script>
|
|
|
|
import("./index.js").then(function (module) {
|
|
|
|
module.main();
|
|
|
|
});
|
|
|
|
</script>
|
2021-07-05 22:37:15 +00:00
|
|
|
|
2022-01-08 13:23:26 +00:00
|
|
|
</html>
|