2019-02-07 03:34:39 +05:30
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2019-06-16 18:51:20 +05:30
|
|
|
<link rel="stylesheet" type="text/css" href="src/ui/web/css/main.css">
|
2019-02-07 03:34:39 +05:30
|
|
|
</head>
|
|
|
|
<body>
|
2019-02-16 07:23:02 +05:30
|
|
|
<script type="module">
|
|
|
|
import main from "./src/main.js";
|
2019-06-16 14:24:16 +05:30
|
|
|
main(document.body);
|
2019-02-11 01:55:29 +05:30
|
|
|
</script>
|
2019-02-07 03:34:39 +05:30
|
|
|
</body>
|
2019-02-27 03:15:58 +05:30
|
|
|
</html>
|