2024-12-09 08:53:19 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<script type="module">
|
|
|
|
import init from './chir_rs_fe.js';
|
|
|
|
async function run() {
|
|
|
|
await init();
|
|
|
|
}
|
|
|
|
run();
|
|
|
|
</script>
|
2024-12-09 13:29:44 +00:00
|
|
|
<link rel="stylesheet" href="/css/style.css">
|
2024-12-09 08:53:19 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body></body>
|
|
|
|
|
|
|
|
</html>
|