jsketcher/web/index.html
2019-02-24 14:43:19 -08:00

15 lines
453 B
HTML

<html>
<head>
<title>Web CAD / Part Designer</title>
<link rel="stylesheet" href="lib/font-awesome/css/font-awesome.min.css?modeler">
<script src="lib/pnltri.js"></script>
<script src="lib/verb.js"></script>
</head>
<body>
<a id="downloader" style="display: none;" ></a>
<input id="uploader" style="display: none;" type="file">
<div id="app" style="height: 100%;"></div>
<script src="static/index.bundle.js"></script>
</body>
</html>