mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-10 02:13:58 +01:00
13 lines
344 B
HTML
13 lines
344 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>
|
|
<div id="app" style="height: 100%;"></div>
|
|
<script src="static/index.bundle.js"></script>
|
|
</body>
|
|
</html>
|