17 lines
No EOL
289 B
HTML
17 lines
No EOL
289 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<script type="module">
|
|
import init from './chir_rs_fe.js';
|
|
async function run() {
|
|
await init();
|
|
}
|
|
run();
|
|
</script>
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
</head>
|
|
|
|
<body></body>
|
|
|
|
</html> |