13 lines
354 B
HTML
13 lines
354 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>CAMotics WASM Harness</title>
|
|
</head>
|
|
<body>
|
|
<pre id="result">Running CAMotics WASM...</pre>
|
|
<script type="module" src="/src/chromeCamoticsWasmHarness.ts"></script>
|
|
</body>
|
|
</html>
|