Glen Whitney
6bcec494e2
Enabling type checking involves a full rearrangement of the build process, as well as supplying types for some of the packages. The X_ITE types are still a work in progress, but they are enough for this initial state of the project to compile and run. Resolves #14.
15 lines
311 B
HTML
15 lines
311 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Archematics demo</title>
|
|
<script src="js/giveAwrl.js" type="module"></script>
|
|
</head>
|
|
<body>
|
|
<p>Here is a
|
|
<a href="http://127.0.0.1:8080/assets/hartPoly.wrl">Hart polyhedron
|
|
</a>.
|
|
</p>
|
|
</body>
|
|
</html>
|