30 lines
998 B
HTML
30 lines
998 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta property="og:title" content="three.cad" />
|
|
<meta property="og:description" content="CAD in the browser" />
|
|
<meta property="og:url" content="https://twpride.github.io/three.cad/" />
|
|
<meta property="og:image" content="https://raw.githubusercontent.com/twpride/three.cad/gh-pages/sculpt.gif" />
|
|
<link rel="apple-touch-icon" href="icon-192.png" />
|
|
<link rel="manifest" href="manifest.json" />
|
|
<link rel="stylesheet" href="app.css">
|
|
<title>three.cad</title>
|
|
</head>
|
|
|
|
<body>
|
|
<canvas id="c"></canvas>
|
|
<div id="react"></div>
|
|
<div id="labels"></div>
|
|
<div id="stats"></div>
|
|
<script src="app.bundle.js"></script>
|
|
<script src="scene.bundle.js"></script>
|
|
<script src="solver.js"></script>
|
|
<script src="gunzip.min.js"></script>
|
|
</body>
|
|
|
|
</html> |