This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
hydrogen-web/src/foo-index.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>