chir.rs/chir-rs-fe/index.html

16 lines
239 B
HTML
Raw Normal View History

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>
</head>
<body></body>
</html>