feat: establish reproducible FreeCAD web compatibility baseline
This commit is contained in:
16
chrome-fcstd-golden-harness.html
Normal file
16
chrome-fcstd-golden-harness.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" href="data:," />
|
||||
<title>Chrome FCStd Golden Harness</title>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Chrome FCStd Golden Harness</h1>
|
||||
<p id="status">Initializing Bitbybit...</p>
|
||||
</main>
|
||||
<script type="module" src="/src/chromeFcstdGoldenHarness.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user