In addition, it checks for VRML 1.0 files and reports that it can't yet handle them. There are still some glitches, but the basic functionality is there. Resolves #9.
14 lines
312 B
HTML
14 lines
312 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/hartWings.wrl">Hart polyhedron
|
|
</a>.
|
|
</p>
|
|
</body>
|
|
</html>
|