mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 18:02:50 +01:00
29 lines
751 B
HTML
29 lines
751 B
HTML
<html>
|
|
<head>
|
|
<title>TCAD</title>
|
|
<style>
|
|
body {
|
|
font-family: Monospace;
|
|
margin: 0px;
|
|
overflow: hidden;
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" href="css/toolkit.css">
|
|
<link rel="stylesheet" href="css/app3d.css">
|
|
|
|
|
|
<script src="lib/jquery-2.1.0.min.js"></script>
|
|
<script src="lib/three/three.js"></script>
|
|
|
|
<script src="lib/three/TrackballControls.js"></script>
|
|
<script src="lib/three/OrbitControls.js"></script>
|
|
<script src="lib/three/TransformControls.js"></script>
|
|
<script src="lib/csg.js"></script>
|
|
<script src="lib/formats.js"></script>
|
|
<script src="lib/pnltri.js"></script>
|
|
<script src="/static/index.bundle.js"></script>
|
|
</head>
|
|
<body>
|
|
<a id="downloader" style="display: none;" ></a>
|
|
</body>
|
|
</html>
|