forked from mystiq/hydrogen-web
17 lines
522 B
HTML
17 lines
522 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title></title>
|
||
|
<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">
|
||
|
export * from "./lib.ts";
|
||
|
import downloadSandboxPath from "./platform/web/assets/download-sandbox.html?url";
|
||
|
import workerPath from "./platform/web/worker/main.js?url";
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|