2021-12-17 18:58:25 +05:30
|
|
|
<!DOCTYPE html>
|
2021-12-20 23:47:31 +05:30
|
|
|
<!-- this file contains all references to include in the SDK asset build (using vite.sdk-assets-config.js) -->
|
2021-12-17 18:58:25 +05:30
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" type="text/css" href="./platform/web/ui/css/main.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="./platform/web/ui/css/themes/element/theme.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script type="module">
|
2021-12-21 19:58:34 +05:30
|
|
|
import "./platform/web/sdk/paths/vite";
|
2021-12-17 18:58:25 +05:30
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|